From: Mike Baker Date: Thu, 16 Sep 2004 09:51:11 +0000 (+0000) Subject: include all interfaces in failsafe mode X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=790ed45d42b8b49709024f15cc3657fc52932537;p=15.05%2Fopenwrt.git include all interfaces in failsafe mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@158 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides b/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides index 6ef6ae39d1..2bd9b46fc2 100644 --- a/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides +++ b/obsolete-buildroot/sources/openwrt/root/etc/nvram.overrides @@ -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"