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

handle missing wan_ifname

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@87 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-07-11 23:01:01 +00:00
parent f9d657cb5c
commit 95ee189127

View File

@ -44,3 +44,8 @@ lan_proto="static"
lan_ifname="br0"
lan_ifnames="vlan0 vlan2 eth1 eth2 eth3"
}
[ -z "$(nvram_get wan_ifname)" ] && {
wan_ifname="vlan1"
wan_proto="dhcp"
}