[source] ar71xx: fix Netgear WNDR3700 v4 switch port mapping
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 4 07:10:36 PDT 2017
pepe2k pushed a commit to source.git, branch master:
https://git.lede-project.org/a08ec9a54d8b43263e2c54ee86d3b3f63e6a1720
commit a08ec9a54d8b43263e2c54ee86d3b3f63e6a1720
Author: Qian Zheng <sotux82 at gmail.com>
AuthorDate: Mon Jul 3 15:15:11 2017 +0800
ar71xx: fix Netgear WNDR3700 v4 switch port mapping
Signed-off-by: Qian Zheng <sotux82 at gmail.com>
---
target/linux/ar71xx/base-files/etc/board.d/02_network | 4 ++--
1 file changed, 2 insertions(+), 2 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 b9b7b3c..7f20128 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -265,8 +265,7 @@ ar71xx_setup_interfaces()
dir-835-a1|\
esr900|\
mynet-n750|\
- sr3200|\
- wndr3700v4)
+ sr3200)
ucidef_add_switch "switch0" \
"0 at eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan"
;;
@@ -349,6 +348,7 @@ ar71xx_setup_interfaces()
epg5000|\
esr1750|\
tl-wr1043nd-v4|\
+ wndr3700v4|\
wndr4300)
ucidef_add_switch "switch0" \
"0 at eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan"
More information about the lede-commits
mailing list