aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2018-08-09 12:29:28 +0800
committerMathias Kresin <dev@kresin.me>2018-08-11 21:36:27 +0200
commitd4e3a31f6ca797cb9f43a8f47fbff935ee3132ad (patch)
treeb1eb01ee56356e4a491467807af37d62c3bee6e2 /target/linux/ath79/base-files/etc/board.d/02_network
parent3493c1cf41ecaa2f87394059a26578f723109a15 (diff)
downloadupstream-d4e3a31f6ca797cb9f43a8f47fbff935ee3132ad.tar.gz
upstream-d4e3a31f6ca797cb9f43a8f47fbff935ee3132ad.tar.bz2
upstream-d4e3a31f6ca797cb9f43a8f47fbff935ee3132ad.zip
ath79: add support for TP-Link TL-WDR4900 v2
Specification: - SoC: Qualcomm Atheros QCA9558 - Flash: 8 MB - RAM: 128 MB - Ethernet: AR8327N with 5 GE ports. - Wireless radio: QCA9558 for 2.4G and AR9580 for 5G. Flash instruction: Upload the generated factory firmware on web interface. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ath79/base-files/etc/board.d/02_network3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network
index bbb30aa0cc..79b39b22f4 100755
--- a/target/linux/ath79/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/base-files/etc/board.d/02_network
@@ -69,7 +69,8 @@ ath79_setup_interfaces()
ucidef_add_switch "switch0" \
"0@eth0" "3:lan:1" "5:lan:2" "4:wan"
;;
- tplink,archer-c7-v2)
+ tplink,archer-c7-v2|\
+ tplink,tl-wdr4900-v2)
ucidef_add_switch "switch0" \
"0@eth1" "2:lan" "3:lan" "4:lan" "5:lan" "6@eth0" "1:wan"
;;