projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6165e4a
)
ar71xx: fix Netgear WNDR3700 v4 switch port mapping
author
Qian Zheng
<sotux82@gmail.com>
Mon, 3 Jul 2017 07:15:11 +0000
(15:15 +0800)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Tue, 4 Jul 2017 09:42:33 +0000
(11:42 +0200)
Signed-off-by: Qian Zheng <sotux82@gmail.com>
target/linux/ar71xx/base-files/etc/board.d/02_network
patch
|
blob
|
history
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 b9b7b3cb2749189137bced0ec96f36056b0548a9..7f2012855c29aab7e430e7932a35da1915af8605 100755
(executable)
--- 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@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@eth0" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "5:wan"