From: Felix Fietkau Date: Tue, 6 Sep 2005 19:47:11 +0000 (+0000) Subject: remove vlan1 from default lan_ifnames X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0db3ac25f8e747e4c3be8b669e4d0cd9eaa64861;p=librecmc%2Flibrecmc.git remove vlan1 from default lan_ifnames SVN-Revision: 1862 --- diff --git a/openwrt/target/linux/package/openwrt/files/brcm/etc/network.overrides b/openwrt/target/linux/package/openwrt/files/brcm/etc/network.overrides index 66f1abd248..5af02aa4ad 100644 --- a/openwrt/target/linux/package/openwrt/files/brcm/etc/network.overrides +++ b/openwrt/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"}