diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-17 03:16:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-17 03:16:59 +0000 |
commit | ebb152295b5ff3469a6a7d0e8b6761464d7f0aea (patch) | |
tree | 7411c6e39274eb72204074ea107ea22b366914ec /target/linux/brcm47xx/base-files | |
parent | 09b1073f9b401f17c05a0ab4ba0493d13f110ec9 (diff) | |
download | upstream-ebb152295b5ff3469a6a7d0e8b6761464d7f0aea.tar.gz upstream-ebb152295b5ff3469a6a7d0e8b6761464d7f0aea.tar.bz2 upstream-ebb152295b5ff3469a6a7d0e8b6761464d7f0aea.zip |
fix the default network configuration for the ASUS WL-330gE (#8751)
SVN-Revision: 28024
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rwxr-xr-x | target/linux/brcm47xx/base-files/etc/init.d/netconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig index d7839b6b49..4de108a0c0 100755 --- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig +++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig @@ -104,8 +104,8 @@ start() { } if (model == "ASUS WL-330gE") { c["wan_ifname"] = "" - c["lan_ifname"] = "eth0" - c["vlan0ports"] = "" + c["lan_ifname"] = "eth0.0" + c["vlan0ports"] = "4 5" c["vlan1ports"] = "" } if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) { |