summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtarget/linux/brcm47xx/base-files/etc/init.d/netconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
index b4840c2c4..303ab5696 100755
--- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig
+++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
@@ -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"
}