remove vlan1 from default lan_ifnames
[openwrt.git] / target / linux / package / openwrt / files / brcm / etc / network.overrides
index 66f1abd..5af02aa 100644 (file)
@@ -22,7 +22,7 @@
 [ "$(nvram get boardnum)" = "asusX" \
 -a "$(nvram get boardtype)" = "bcm94710dev" ] && FAILSAFE_ifnames="eth0 eth1 eth2"
   
-FAILSAFE_ifnames=${FAILSAFE_ifnames:-"vlan0 vlan1 eth1 eth2 eth3"}
+FAILSAFE_ifnames=${FAILSAFE_ifnames:-"vlan0 eth1 eth2"}
 
 DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"}
 DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"}
This page took 0.032587 seconds and 4 git commands to generate.