1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:03:49 +03:00

include all interfaces in failsafe mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@158 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-09-16 09:51:11 +00:00
parent 9f04a7283d
commit bbbe59b1b2

View 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"