ar71xx: fix tl-wr841n-v7 switch port mapping
Signed-off-by: Qian Zheng <sotux82@gmail.com> [Jo-Philipp Wich: fix alphabetical order] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
7ba2062744
commit
810eb8d0ea
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,6 @@ ar71xx_setup_interfaces()
|
|||
tl-wr741nd|\
|
||||
tl-wr741nd-v4|\
|
||||
tl-wr841n-v11|\
|
||||
tl-wr841n-v7|\
|
||||
tl-wr841n-v9|\
|
||||
tl-wr842n-v3|\
|
||||
whr-g301n|\
|
||||
|
@ -399,6 +398,11 @@ ar71xx_setup_interfaces()
|
|||
ucidef_set_interface_raw "eth" "eth0"
|
||||
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
|
||||
;;
|
||||
tl-wr841n-v7)
|
||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "1:lan:1" "2:lan:2" "3:lan:3" "4:lan:4"
|
||||
;;
|
||||
tl-wr842n-v2)
|
||||
ucidef_set_interfaces_lan_wan "eth1" "eth0"
|
||||
ucidef_add_switch "switch0" \
|
||||
|
|
Loading…
Reference in a new issue