aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorDavid Pinilla Caparrós <dpinitux@gmail.com>2016-06-22 14:25:07 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-22 14:25:07 +0200
commit870864d628e17e83397e182afff4eb3111093d57 (patch)
tree00ad91f276b978b8c6df763717122fe9289d1c81 /target/linux/ar71xx/base-files
parent51d20b495fc6c0cdd1efdf4d56c99169c18ec01b (diff)
downloadmaster-187ad058-870864d628e17e83397e182afff4eb3111093d57.tar.gz
master-187ad058-870864d628e17e83397e182afff4eb3111093d57.tar.bz2
master-187ad058-870864d628e17e83397e182afff4eb3111093d57.zip
ar71xx: WDR4300: Fixed default VLAN order
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>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 9b5653b9e0..1ed593cc55 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -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)