projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e0919
)
(2/6) bcm57xx: netconfig
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Jun 2008 11:09:49 +0000
(11:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Jun 2008 11:09:49 +0000
(11:09 +0000)
Update the netconfig script to support boardtype 0x478. I've tested this
on the wrt350n, hopefully it will match the 600n as well.
Signed-off-by: Ben Pfountz <netprince (at) vt (dot) edu>
SVN-Revision: 11467
target/linux/brcm-2.4/base-files/etc/init.d/netconfig
patch
|
blob
|
history
diff --git
a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig
b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig
index 65ffe320da87153c53b64abb7fab3fe99a3b4b3c..ec25543ee70ab25d761d4bdf893ff9133ed46a11 100755
(executable)
--- a/
target/linux/brcm-2.4/base-files/etc/init.d/netconfig
+++ b/
target/linux/brcm-2.4/base-files/etc/init.d/netconfig
@@
-102,6
+102,11
@@
start() {
}
}
}
+ if (nvram["boardtype"] == "0x478") {
+ # generic broadcom 4785 processor with 5397 switch?
+ c["vlan0ports"] = "1 2 3 4 8*"
+ c["vlan1ports"] = "0 8"
+ }
# WAP54G
if ((nvram["boardnum"] == "2") || \