From 212892ce70eb191f641d287e4123907f03a6cd98 Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sat, 5 Jan 2019 23:54:01 +0100 Subject: [PATCH] ath79: fix port order on TL-WR841ND-v7 The switch ports are seen one to one on the case. Also remove unneeded secondary port numbers in this case statement. Signed-off-by: Paul Wassi --- target/linux/ath79/base-files/etc/board.d/02_network | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index 5b57986d5f..a63939670e 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -131,10 +131,11 @@ ath79_setup_interfaces() ucidef_add_switch_port_attr "switch0" 5 led 2 ;; netgear,wnr612-v2|\ - on,n150r) + on,n150r|\ + tplink,tl-wr841-v7) ucidef_set_interface_wan "eth0" ucidef_add_switch "switch0" \ - "0@eth1" "1:lan" "2:lan" "3:lan:3" "4:lan:4" + "0@eth1" "1:lan" "2:lan" "3:lan" "4:lan" ;; phicomm,k2t) ucidef_add_switch "switch0" \ @@ -153,7 +154,6 @@ ath79_setup_interfaces() buffalo,whr-g301n|\ tplink,tl-mr3220-v1|\ tplink,tl-mr3420-v1|\ - tplink,tl-wr841-v7|\ tplink,tl-wr841-v9|\ tplink,tl-wr841-v11|\ ubnt,airrouter) -- 2.30.2