diff options
author | Walter Sonius <walterav1984@gmail.com> | 2019-12-27 12:25:39 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-01-21 13:54:49 +0100 |
commit | d3c2547cf13ffe111228a2da7dd5e19e5c2473ca (patch) | |
tree | ad120060a1951620d41d475f1b4e2439182c1232 /target/linux/brcm47xx/base-files | |
parent | f6ab1f15666df5cbd3d03ac84e62bb67293f1258 (diff) | |
download | upstream-d3c2547cf13ffe111228a2da7dd5e19e5c2473ca.tar.gz upstream-d3c2547cf13ffe111228a2da7dd5e19e5c2473ca.tar.bz2 upstream-d3c2547cf13ffe111228a2da7dd5e19e5c2473ca.zip |
brcm47xx: fix switch port order for Netgear WNR3500 V2
The Netgear WNR3500 V2 switch0 already works for WAN/LAN
however the port order for the LAN ports is inverted. Correct
physical port order watched from the back of the device is:
Internet / 4 / 3 / 2 / 1 this resembles the Linksys E3000 V1.
Verfied with imagebuilder edit FILES=/etc/board.d/01_network
Signed-off-by: Walter Sonius <walterav1984@gmail.com>
(cherry picked from commit cf2f1fc6871da0320afeefaa799af87fc7c0d1db)
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rwxr-xr-x | target/linux/brcm47xx/base-files/etc/board.d/01_network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_network b/target/linux/brcm47xx/base-files/etc/board.d/01_network index a14986356a..99755700ff 100755 --- a/target/linux/brcm47xx/base-files/etc/board.d/01_network +++ b/target/linux/brcm47xx/base-files/etc/board.d/01_network @@ -171,6 +171,7 @@ configure_by_model() { "Asus RT-N16"* | \ "Linksys E3000 V1" | \ + "Netgear WNR3500 V2" | \ "Netgear WNR3500L") ucidef_add_switch "switch0" \ "0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0" |