include all interfaces in failsafe mode
authorMike Baker <mbm@openwrt.org>
Thu, 16 Sep 2004 09:51:11 +0000 (09:51 +0000)
committerMike Baker <mbm@openwrt.org>
Thu, 16 Sep 2004 09:51:11 +0000 (09:51 +0000)
SVN-Revision: 158

obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides

index 6ef6ae39d174b97843c7e8a1089bd2ec5302d5f5..2bd9b46fc23478aed3a7fd2442bcad8af19b26af 100644 (file)
@@ -51,7 +51,7 @@ NVRAM_lan_proto="static"
 [ "$FAILSAFE" = "true" ] && {
   echo "### YOU ARE IN FAILSAFE MODE ####"
   NVRAM_lan_ifname="br0"
-  NVRAM_lan_ifnames="vlan0 vlan2 eth1 eth2 eth3"
+  NVRAM_lan_ifnames="vlan0 vlan1 vlan2 eth0 eth1 eth2 eth3"
   NVRAM_lan_ipaddr="192.168.1.1"
   NVRAM_lan_netmask="255.255.255.0"
   NVRAM_lan_hwaddr="00:0B:AD:0A:DD:00"