mirror of https://github.com/hak5/openwrt-owl.git
Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)
Signed-off-by: Roger Hardiman <roger@rjh.org.uk> SVN-Revision: 17598owl
parent
b75288df95
commit
43a802864a
|
@ -113,6 +113,13 @@ start() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
# Buffalo WBR-B11 and Buffalo WBR-G54
|
||||||
|
if (nvram["boardtype"] == "bcm94710ap") {
|
||||||
|
c["vlan0ports"] = "0 1 2 3 4 5u"
|
||||||
|
c["vlan1ports"] = ""
|
||||||
|
c["lan_ifname"] = "eth0"
|
||||||
|
c["wan_ifname"] = "eth1"
|
||||||
|
}
|
||||||
if (nvram["boardtype"] == "0x478") {
|
if (nvram["boardtype"] == "0x478") {
|
||||||
# generic broadcom 4785 processor with 5397 switch?
|
# generic broadcom 4785 processor with 5397 switch?
|
||||||
c["vlan0ports"] = "1 2 3 4 8*"
|
c["vlan0ports"] = "1 2 3 4 8*"
|
||||||
|
|
Loading…
Reference in New Issue