diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-21 08:07:21 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-21 08:07:21 +0000 |
commit | 87cdc0dd5b55cdb942ab86bc85da4e2b80c76d9c (patch) | |
tree | 3611d25c81df2d8cb74d31ff5d1fb4e2ed11c89c /target/linux/lantiq | |
parent | f79bfe60729f8e051311ee8e7016d7e651bb687a (diff) | |
download | upstream-87cdc0dd5b55cdb942ab86bc85da4e2b80c76d9c.tar.gz upstream-87cdc0dd5b55cdb942ab86bc85da4e2b80c76d9c.tar.bz2 upstream-87cdc0dd5b55cdb942ab86bc85da4e2b80c76d9c.zip |
change /etc/config/network according to actual VLAN config to enable LAN port 4 on the ARV4520PW board
The VLAN mapping on the ARV4520PW board is the following:
port on Router: | VLAN in software:
LAN 1 | 3
LAN 2 | 2
LAN 3 | 1
LAN 4 | 0
DSL | 4
So LAN4 is not VLAN4 but VLAN0 (VLAN4 is DSL port) -> set "3 2 1 0 5t" as default switch config.
SVN-Revision: 31391
Diffstat (limited to 'target/linux/lantiq')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/uci-defaults/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/network b/target/linux/lantiq/base-files/etc/uci-defaults/network index 94dea9a24e..8ea0798295 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/network @@ -56,7 +56,7 @@ case "$board" in ARV4520PW|GIGASX76X) ucidef_set_interface_lan "eth0.1" ucidef_add_switch "eth0" "1" "1" - ucidef_add_switch_vlan "eth0" "1" "1 2 3 4 5t" + ucidef_add_switch_vlan "eth0" "1" "3 2 1 0 5t" set_adsl "b" "b2p" ;; |