ar71xx: WDR4300: Fixed default VLAN order
authorDavid Pinilla Caparrós <dpinitux@gmail.com>
Thu, 16 Jun 2016 15:26:16 +0000 (17:26 +0200)
committerJohn Crispin <john@phrozen.org>
Fri, 17 Jun 2016 02:13:07 +0000 (04:13 +0200)
Reordered the VLANs so the LAN ports are set to VLAN 1 and the WAN port is set to VLAN 2, as in the other routers in the config file. Moreover, this model had this VLAN mapping in OpenWRT Chaos Calmer. It seems that the VLAN were switched when fixing a bug in the port mapping ( OpenWRT changeset 47799 )

Signed-off-by: David Pinilla Caparrós <dpinitux@gmail.com>
target/linux/ar71xx/base-files/etc/board.d/02_network

index 9b5653b9e017ea9505528beab67666b65b4ed59f..1ed593cc5529b7bc616a7915d62c155d451dd7c3 100755 (executable)
@@ -201,7 +201,7 @@ tellstick-znet-lite)
 tl-wdr4300|\
 tl-wr1041n-v2)
        ucidef_add_switch "switch0" \
-               "0@eth0" "1:wan" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4"
+               "0@eth0" "2:lan:1" "3:lan:2" "4:lan:3" "5:lan:4" "1:wan"
        ;;
 
 tl-wr1043nd)