diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-17 03:16:59 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-17 03:16:59 +0000 |
commit | 41f0999b88dbb00aa7193b23088c90fbef79e1b6 (patch) | |
tree | 114714be821a97096e30f48672cb5c72c8d21963 /target/linux/brcm47xx/base-files/etc/init.d/netconfig | |
parent | 4bf096096ceae3080d1f70b1d89242a249f0180f (diff) |
[brcm47xx] fix the default network configuration for the ASUS WL-330gE (#8751)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/base-files/etc/init.d/netconfig')
-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")) { |