[target/linux/lantiq] change /etc/config/network according to actual VLAN config...
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Apr 2012 08:07:21 +0000 (08:07 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 Apr 2012 08:07:21 +0000 (08:07 +0000)
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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31391 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/base-files/etc/uci-defaults/network

index 94dea9a..8ea0798 100755 (executable)
@@ -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"
        ;;