summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/base-files/etc/init.d
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-14 14:11:17 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-14 14:11:17 +0000
commit35105c1dc8f39291c36e259395609526a3a2b379 (patch)
treead814fb72ced6e4876aae62bf0d3a5aec6fba17d /target/linux/brcm47xx/base-files/etc/init.d
parent3608b41c366112ace92c00b16a818727c4881240 (diff)
brcm47xx: use b53 phy driver for the switch in kernel 3.10
This makes it possible to use swconfig to controll the switch. This was tested with devices using b43 and bgmac. This was not tested on devices using tg3. This does not support the adm switch used in some very old devices. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/base-files/etc/init.d')
-rwxr-xr-xtarget/linux/brcm47xx/base-files/etc/init.d/netconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
index b4be21fe93..e420adbb95 100755
--- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig
+++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
@@ -140,7 +140,7 @@ start() {
if (model == "Dell TrueMobile 2300") {
c["lan_ifname"] = "eth0"
c["wan_ifname"] = "eth1"
- c["vlan1ports"] = "0 1 2 3 4 5u"
+ c["vlan1ports"] = "0 1 2 3 4 5"
c["vlan2ports"] = ""
}
if (nvram["boardtype"] == "bcm94710r4") {
@@ -159,7 +159,7 @@ start() {
c["vlan2ports"] = "0 5t"
} else {
# Generic BCM94704
- c["vlan1ports"] = "0 1 2 3 4 5u"
+ c["vlan1ports"] = "0 1 2 3 4 5"
c["vlan2ports"] = ""
c["lan_ifname"] = "eth0"
c["wan_ifname"] = "eth1"
@@ -173,7 +173,7 @@ start() {
}
# Buffalo WBR-B11 and Buffalo WBR-G54
if (nvram["boardtype"] == "bcm94710ap") {
- c["vlan1ports"] = "0 1 2 3 4 5u"
+ c["vlan1ports"] = "0 1 2 3 4 5"
c["vlan2ports"] = ""
c["lan_ifname"] = "eth0"
c["wan_ifname"] = "eth1"
@@ -210,7 +210,7 @@ start() {
if (model == "ASUS WL-500W") {
c["lan_ifname"] = "eth0"
c["wan_ifname"] = "eth1"
- c["vlan1ports"] = "0 1 2 3 4 5u"
+ c["vlan1ports"] = "0 1 2 3 4 5"
c["vlan2ports"] = ""
}
if (model == "OvisLink WL-1600GL") {