summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-16 20:27:25 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-16 20:27:25 +0000
commita3e7af3c19a32e90904241c7f278378c2dd03199 (patch)
tree2976a0042e504ff48d0322a5ccf281d6f79f296d /target/linux
parent385329a0ef3982c492adcbc7f5244a01a874bbe1 (diff)
eth0-> vlan0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1938 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides b/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides
index 32b504c3c..ded748b26 100644
--- a/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides
+++ b/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides
@@ -8,7 +8,7 @@
DEFAULT_lan_proto="static"
DEFAULT_lan_ifname="br0"
-DEFAULT_lan_ifnames="eth0 ath0"
+DEFAULT_lan_ifnames="vlan0 ath0"
DEFAULT_lan_ipaddr=${BR2_SYSCONF_FAILSAFE_IP:-"192.168.1.1"}
DEFAULT_lan_netmask=${BR2_SYSCONF_FAILSAFE_NETMASK:-"255.255.255.0"}
DEFAULT_lan_hwaddr=${DEFAULT_lan_hwaddr:-${BR2_SYSCONF_FAILSAFE_MAC:-"00:0B:AD:0A:DD:00"}}