diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-06 19:47:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-06 19:47:11 +0000 |
commit | 313732c6df9a7c14e5f083fce82a62c5d2c04cc5 (patch) | |
tree | 8a12b7009780deb4a31a30221bf471ce84c95015 /target/linux/package/openwrt/files | |
parent | 161d4d528016b84bfc8d2a94eb66d001cd64c038 (diff) |
remove vlan1 from default lan_ifnames
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1862 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/openwrt/files')
-rw-r--r-- | target/linux/package/openwrt/files/brcm/etc/network.overrides | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/files/brcm/etc/network.overrides b/target/linux/package/openwrt/files/brcm/etc/network.overrides index 66f1abd248..5af02aa4ad 100644 --- a/target/linux/package/openwrt/files/brcm/etc/network.overrides +++ b/target/linux/package/openwrt/files/brcm/etc/network.overrides @@ -22,7 +22,7 @@ [ "$(nvram get boardnum)" = "asusX" \ -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_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"} |