mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-29 23:35:40 +00:00
handle missing wan_ifname
SVN-Revision: 87
This commit is contained in:
parent
8d8f855860
commit
a33ddbdadc
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user