diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-07 15:41:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-07 15:41:47 +0000 |
commit | 2202b0ef1eb139599c93fb22bb212413d4a97f73 (patch) | |
tree | 75e231e905c2805fbd0afa59e5cf7811316f1a8e /target/linux/brcm-2.4/base-files/etc | |
parent | 8ec22d8247fd6ca1653a0b8f1c5ee4d18789b490 (diff) | |
download | master-187ad058-2202b0ef1eb139599c93fb22bb212413d4a97f73.tar.gz master-187ad058-2202b0ef1eb139599c93fb22bb212413d4a97f73.tar.bz2 master-187ad058-2202b0ef1eb139599c93fb22bb212413d4a97f73.zip |
add a netconfig override for the wl-500g (fixes #1116)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6016 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4/base-files/etc')
-rwxr-xr-x | target/linux/brcm-2.4/base-files/etc/init.d/netconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig index f2d4c5293d..7e3ebcdbf1 100755 --- a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig +++ b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig @@ -57,6 +57,10 @@ start() { c["wan_ifname"] = "" c["lan_ifname"] = "eth1" } + if (model == "ASUS WL-500g") { + c["wan_ifname"] = "eth1" + c["lan_ifname"] = "eth0" + } if (nvram["boardtype"] == "bcm94710r4") { # Toshiba WRC-1000 c["lan_ifname"] = "eth0" |