projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix wan configuration on wr850g v2/v3
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
base-files
/
default
/
etc
/
init.d
/
netconfig
diff --git
a/target/linux/brcm-2.4/base-files/default/etc/init.d/netconfig
b/target/linux/brcm-2.4/base-files/default/etc/init.d/netconfig
index
8d20486
..
2b56963
100755
(executable)
--- a/
target/linux/brcm-2.4/base-files/default/etc/init.d/netconfig
+++ b/
target/linux/brcm-2.4/base-files/default/etc/init.d/netconfig
@@
-111,6
+111,11
@@
start() {
c["vlan0ports"]="1 2 3 4 5*"
c["vlan1ports"]="0 5"
}
+
+ if (model == "Motorola WR850G V2/V3") {
+ c["vlan0ports"]="0 1 2 3 5*"
+ c["vlan1ports"]="4 5"
+ }
print "#### VLAN configuration "
print "config switch eth0"
This page took
0.024888 seconds
and
4
git commands to generate.