X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm-2.4%2Fbase-files%2Fetc%2Finit.d%2Fnetconfig;fp=target%2Flinux%2Fbrcm-2.4%2Fbase-files%2Fetc%2Finit.d%2Fnetconfig;h=d7839b6b494833c43ec84b1cb36684a4bf019542;hp=d20ff43b8006a8b5f7707e0e31042ab3eaa0e38d;hb=c157975a82dc3497e5820ab7873007dbbf97e481;hpb=a436bddbdd3806990faf76e1d6218543dc1c64eb 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 d20ff43b80..d7839b6b49 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 @@ -112,9 +112,9 @@ start() { c["wan_ifname"] = "eth1" c["lan_ifname"] = "eth0" } - if (model == "ASUS WL-500g Premium V2") { - c["vlan0ports"] = "0 1 2 3 5" - c["vlan1ports"] = "4 5" + if ((model == "ASUS WL-500g Premium V2") || (model == "Dell TrueMobile 2300 v2") || (model == "Buffalo WHR-G125")) { + c["vlan0ports"] = "0 1 2 3 5" + c["vlan1ports"] = "4 5" } if (model == "Dell TrueMobile 2300") { c["lan_ifname"] = "eth0" @@ -122,20 +122,12 @@ start() { c["vlan0ports"] = "0 1 2 3 4 5u" c["vlan1ports"] = "" } - if (model == "Dell TrueMobile 2300 v2") { - c["vlan0ports"] = "0 1 2 3 5" - c["vlan1ports"] = "4 5" - } if (nvram["boardtype"] == "bcm94710r4") { # Toshiba WRC-1000 c["lan_ifname"] = "eth0" c["wan_ifname"] = "eth1" } - if (nvram["boardtype"] == "wgt634u") { - c["vlan0ports"] = "0 1 2 3 5" - c["vlan1ports"] = "4 5" - } - if (nvram["boardtype"] == "0x0467") { + if ((nvram["boardtype"] == "wgt634u") || (nvram["boardtype"] == "0x0467")) { c["vlan0ports"] = "0 1 2 3 5" c["vlan1ports"] = "4 5" }