summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-10 22:07:35 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-10 22:07:35 +0000
commitab76f37e5171c84788f66a150024b781ffd8d2c3 (patch)
tree61ac99e6019edb52312d6720152cf760dd01e3f9 /openwrt/target/linux
parent69f580065a2eefceaadf31ea069e82bbf67979c4 (diff)
add ath0 to bridge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides b/openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides
index 81801ef5f..4fc120977 100644
--- a/openwrt/target/linux/package/openwrt/files/brcm-2.6/etc/network.overrides
+++ b/openwrt/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"
+DEFAULT_lan_ifnames="eth0 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"}}