diff options
| author | Xiaobing Luo <luoxiaobing0926@gmail.com> | 2023-06-02 01:18:51 +0000 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-06-11 23:20:39 +0200 |
| commit | 56f821fc6b500faffdcade0634d2db9be9f96134 (patch) | |
| tree | af7ec55889226a1f1c40598f84614cb088bc0aa9 /target/linux/ath79/generic | |
| parent | 0a1ee5323549bfce30b4d42be2dcc461f694881c (diff) | |
| download | upstream-56f821fc6b500faffdcade0634d2db9be9f96134.tar.gz upstream-56f821fc6b500faffdcade0634d2db9be9f96134.tar.bz2 upstream-56f821fc6b500faffdcade0634d2db9be9f96134.zip | |
ath79: add support for TP-Link TL-WDR6500 v2
This ports the TP-Link TL-WDR6500 v2 from ar71xx to ath79.
Specifications:
SoC: QCA9561
CPU: 750 MHz
Flash: 8 MiB (Winbond W25Q64FVSIG)
RAM: 128 MiB
WiFi 2.4 GHz: QCA956X 3x3 MIMO 802.11b/g/n
WiFi 5 GHz: QCA9882-BR4A 2x2 MIMO 802.11a/n/ac
Ethernet: 4x LAN and 1x WAN (all 100M)
USB: 1x Header
Flashing instructions:
As it appears, the device does not support flashing via GUI or
TFTP, only serial is possible.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Xiaobing Luo <luoxiaobing0926@gmail.com>
Diffstat (limited to 'target/linux/ath79/generic')
| -rw-r--r-- | target/linux/ath79/generic/base-files/etc/board.d/01_leds | 7 | ||||
| -rw-r--r-- | target/linux/ath79/generic/base-files/etc/board.d/02_network | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds index 2ee4ed2544d..10c67991fd2 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds @@ -30,6 +30,13 @@ tplink,cpe610-v2|\ tplink,tl-wa1201-v2) ucidef_set_led_netdev "lan" "LAN" "green:lan" "eth0" ;; +tplink,tl-wdr6500-v2) + ucidef_set_led_netdev "wan" "WAN" "green:wan" "eth1" + ucidef_set_led_switch "lan1" "LAN1" "green:lan1" "switch0" "0x02" + ucidef_set_led_switch "lan2" "LAN2" "green:lan2" "switch0" "0x04" + ucidef_set_led_switch "lan3" "LAN3" "green:lan3" "switch0" "0x08" + ucidef_set_led_switch "lan4" "LAN4" "green:lan4" "switch0" "0x10" + ;; alfa-network,n2q) ucidef_set_led_netdev "lan2" "LAN2" "orange:lan2" "eth1" ucidef_set_led_switch "lan1" "LAN1" "orange:lan1" "switch0" "0x10" diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index 4f535f8a648..d18eddf5b74 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -247,7 +247,8 @@ ath79_setup_interfaces() comfast,cf-e560ac|\ qca,ap143-8m|\ qca,ap143-16m|\ - tplink,tl-wr841hp-v3) + tplink,tl-wr841hp-v3|\ + tplink,tl-wdr6500-v2) ucidef_set_interface_wan "eth1" ucidef_add_switch "switch0" \ "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" |
