mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-09 04:00:23 +00:00
brcm47xx: Fix switch config on 4716/53115 devices
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 35490
This commit is contained in:
@@ -166,7 +166,7 @@ start() {
|
||||
}
|
||||
|
||||
# generic broadcom 4716 processor with 53115 switch
|
||||
if (nvram["boardtype"] == "0x04cf") {
|
||||
if (tolower(nvram["boardtype"]) == "0x04cf") {
|
||||
c["vlan0ports"] = "1 2 3 4 8*"
|
||||
c["vlan1ports"] = "0 8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user