aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
diff options
context:
space:
mode:
authorGary Cooper <gaco@bitmessage.de>2021-01-04 20:27:50 +0300
committerDaniel Golle <daniel@makrotopia.org>2021-01-05 02:16:24 +0000
commit1a775a4fd0339b485f48a864e2cf9e8794bfe4cb (patch)
treeb3d59b898ea776aefafede31d21e245d32fe69ef /target/linux/ipq806x/base-files/lib/upgrade/platform.sh
parent6442b8cbc2e4c53ffa4a6b7c30c2571dac87902d (diff)
downloadupstream-1a775a4fd0339b485f48a864e2cf9e8794bfe4cb.tar.gz
upstream-1a775a4fd0339b485f48a864e2cf9e8794bfe4cb.tar.bz2
upstream-1a775a4fd0339b485f48a864e2cf9e8794bfe4cb.zip
ipq806x: add support for TP-Link Talon AD7200
Device hardware: https://deviwiki.com/wiki/TP-LINK_AD7200_(Talon) The Talon AD7200 is basically an Archer C2600 with a third PCIe lane and an 802.11ad radio. It looks like the Archers C2600/5400 but the housing is slightly larger. Specifications -------------- - IPQ8064 dual-core 1400MHz - QCA9988 2.4GHz WiFi - QCA9990 5GHz WiFi - QCA9500 60GHz WiFi - 32MB SPI Flash - 512MiB RAM - 5 GBit Ports (QCA8337) Installation ------------ Installation is possible from the OEM web interface. Sysupgrade is possible. TFTP recovery is possible. - Image: AD7200_1.0_tp_recovery.bin Notes - This will be the first 802.11ad device supported by mainline. Signed-off-by: Gary Cooper <gaco@bitmessage.de>
Diffstat (limited to 'target/linux/ipq806x/base-files/lib/upgrade/platform.sh')
-rw-r--r--target/linux/ipq806x/base-files/lib/upgrade/platform.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
index f5d6c5d55d..4dc612492c 100644
--- a/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ipq806x/base-files/lib/upgrade/platform.sh
@@ -43,6 +43,7 @@ platform_do_upgrade() {
linksys,ea8500)
platform_do_upgrade_linksys "$1"
;;
+ tplink,ad7200 |\
tplink,c2600)
PART_NAME="os-image:rootfs"
MTD_CONFIG_ARGS="-s 0x200000"