remove vlan1 from default lan_ifnames
authorFelix Fietkau <nbd@openwrt.org>
Tue, 6 Sep 2005 19:47:11 +0000 (19:47 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 6 Sep 2005 19:47:11 +0000 (19:47 +0000)
SVN-Revision: 1862

openwrt/package/base-files/default/etc/nvram.overrides

index b897d64896b5bd7f4b05e1877dadd302e9d689f4..8c04d54505d5c60f8295f29a19f26407e9e3ba31 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"}
 
 # failsafe if reset is held
 [ "$FAILSAFE" = "true" ] && {