[source] ar71xx: fix tl-wr841n-v7 switch port mapping

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 1 08:58:46 PST 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/08801051447351ce202885fbaa48a28f22630b82

commit 08801051447351ce202885fbaa48a28f22630b82
Author: Qian Zheng <sotux82 at gmail.com>
AuthorDate: Thu Jan 12 09:26:20 2017 +0800

    ar71xx: fix tl-wr841n-v7 switch port mapping
    
    Signed-off-by: Qian Zheng <sotux82 at gmail.com>
    [Jo-Philipp Wich: fix alphabetical order]
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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 c916462..fe3d958 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -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|\
@@ -397,6 +396,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 at 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" \



More information about the lede-commits mailing list