ar71xx: fix netgear wnr2000 v3 switch port mapping

Signed-off-by: Qian Zheng <sotux82@gmail.com>
[Jo-Philipp Wich: fix alphabetical order after merging with gl-ar300 case]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Qian Zheng 2017-01-12 09:34:53 +08:00 committed by Jo-Philipp Wich
parent 0880105144
commit 581285c6dc
1 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,6 @@ ar71xx_setup_interfaces()
tl-wr941nd-v5|\
tl-wr941nd-v6|\
wnr1000-v2|\
wnr2000-v3|\
wnr2000-v4|\
wnr2200|\
wnr612-v2|\
@ -326,7 +325,8 @@ ar71xx_setup_interfaces()
ucidef_add_switch "switch0" \
"2:lan" "3:lan" "4:lan" "5:lan" "6@eth1" "0@eth0" "1:wan"
;;
gl-ar300)
gl-ar300|\
wnr2000-v3)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
ucidef_add_switch "switch0" \
"0@eth1" "1:lan" "2:lan" "3:lan" "4:lan"