mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-28 10:52:25 +02:00
remove vlan1 from default lan_ifnames
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1862 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a3e7034d74
commit
960f10d444
@ -22,7 +22,7 @@
|
|||||||
[ "$(nvram get boardnum)" = "asusX" \
|
[ "$(nvram get boardnum)" = "asusX" \
|
||||||
-a "$(nvram get boardtype)" = "bcm94710dev" ] && FAILSAFE_ifnames="eth0 eth1 eth2"
|
-a "$(nvram get boardtype)" = "bcm94710dev" ] && FAILSAFE_ifnames="eth0 eth1 eth2"
|
||||||
|
|
||||||
FAILSAFE_ifnames=${FAILSAFE_ifnames:-"vlan0 vlan1 eth1 eth2 eth3"}
|
FAILSAFE_ifnames=${FAILSAFE_ifnames:-"vlan0 eth1 eth2"}
|
||||||
|
|
||||||
DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"}
|
DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"}
|
||||||
DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"}
|
DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"}
|
||||||
|
Loading…
Reference in New Issue
Block a user