aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
diff options
context:
space:
mode:
authorTim Thorpe <timfthorpe@gmail.com>2017-10-10 09:48:54 -0500
committerJo-Philipp Wich <jo@mein.io>2017-11-10 14:53:04 +0100
commitbddffc5e7b74fb12626e004f839313404b2b667a (patch)
tree25f0cba71e9b8da6173a7ef29b404f1c5b79d51e /target/linux/brcm47xx
parent645b163cfcace58d62539bf3b7ed52d9a1033966 (diff)
downloadupstream-bddffc5e7b74fb12626e004f839313404b2b667a.tar.gz
upstream-bddffc5e7b74fb12626e004f839313404b2b667a.tar.bz2
upstream-bddffc5e7b74fb12626e004f839313404b2b667a.zip
brcm47xx: fix switch port mapping on Asus RT-N16
On the Asus RT-N16, the ports are not mapped the in the same way as the RT-N12. It is, however, the same as the Linksys E3000v1. Signed-off-by: Tim Thorpe <timfthorpe@gmail.com>
Diffstat (limited to 'target/linux/brcm47xx')
-rwxr-xr-xtarget/linux/brcm47xx/base-files/etc/board.d/01_detect2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_detect b/target/linux/brcm47xx/base-files/etc/board.d/01_detect
index 04d13950a7..3d85dbd9c3 100755
--- a/target/linux/brcm47xx/base-files/etc/board.d/01_detect
+++ b/target/linux/brcm47xx/base-files/etc/board.d/01_detect
@@ -145,7 +145,6 @@ detect_by_model() {
;;
"Asus RT-N12"* | \
- "Asus RT-N16"* | \
"Asus WL500GP V2" | \
"Buffalo WHR-G125" | \
"Motorola WR850G" | \
@@ -165,6 +164,7 @@ detect_by_model() {
"0:lan" "1:lan" "2:lan" "3:lan" "5@eth0"
;;
+ "Asus RT-N16"* | \
"Linksys E3000 V1")
ucidef_add_switch "switch0" \
"0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0"