mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm47xx: configure vlan correctly on some recent devices.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35587 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d2f74db548
commit
6891eecd2a
@ -166,7 +166,10 @@ start() {
|
||||
}
|
||||
|
||||
# generic broadcom 4716 processor with 53115 switch
|
||||
if (tolower(nvram["boardtype"]) == "0x04cf") {
|
||||
if ((tolower(nvram["boardtype"]) == "0x04cf") || \
|
||||
(tolower(nvram["boardtype"]) == "0xf5b2") || \
|
||||
(tolower(nvram["boardtype"]) == "0xf52a") || \
|
||||
(tolower(nvram["boardtype"]) == "0xf52e")) {
|
||||
c["vlan0ports"] = "1 2 3 4 8*"
|
||||
c["vlan1ports"] = "0 8"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user