aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>2017-02-20 13:50:50 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-03-13 00:13:18 +0100
commit080c6fa476d1320f83ad56e6aeaa292960f63dc1 (patch)
treef1fbe9620b7f1b37fad55f1be15286193e717639 /target/linux/ar71xx/base-files
parentad9ad376bb62bd9368be720e1c591b98eb3cbfad (diff)
downloadupstream-080c6fa476d1320f83ad56e6aeaa292960f63dc1.tar.gz
upstream-080c6fa476d1320f83ad56e6aeaa292960f63dc1.tar.bz2
upstream-080c6fa476d1320f83ad56e6aeaa292960f63dc1.zip
ar71xx: WNDR4300: Fix network vlan IDs
The Netgear WNDR4300 has the VLAN IDs flipped in LuCi, fix it. Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network6
1 files changed, 3 insertions, 3 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 e08d7dd0b0..a55e50affb 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -254,8 +254,7 @@ ar71xx_setup_interfaces()
esr900|\
mynet-n750|\
sr3200|\
- wndr3700v4|\
- wndr4300)
+ wndr3700v4)
ucidef_add_switch "switch0" \
"0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
;;
@@ -334,7 +333,8 @@ ar71xx_setup_interfaces()
dir-869-a1|\
epg5000|\
esr1750|\
- tl-wr1043nd-v4)
+ tl-wr1043nd-v4|\
+ wndr4300)
ucidef_add_switch "switch0" \
"0@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan"
;;