diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-01-05 12:55:34 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-01-05 12:58:43 +0000 |
commit | 28fd279e5d39d60efb8bcc3bbed5ab87b9e2feab (patch) | |
tree | 7182204ee8d101e9b5606b34e2ae58faa1be6791 /target/linux/ipq806x/image | |
parent | e2180e3cbe320e757f61122de17eca5240e76e04 (diff) | |
download | upstream-28fd279e5d39d60efb8bcc3bbed5ab87b9e2feab.tar.gz upstream-28fd279e5d39d60efb8bcc3bbed5ab87b9e2feab.tar.bz2 upstream-28fd279e5d39d60efb8bcc3bbed5ab87b9e2feab.zip |
ipq806x: some corrections for TP-Link Talon AD7200
Address most comments made by Adrian Schmutzler on the mailing list.
The device name is kept as 'TP-Link Talon AD7200' as that seems to be
the marketing name TP-Link chose for that device, it also matches the
naming scheme for other TP-Link devices (e.g. 'TP-Link Archer C7').
Fixes: 1a775a4fd0 ("ipq806x: add support for TP-Link Talon AD7200")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ipq806x/image')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 876f337bba..b006757478 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -342,7 +342,6 @@ define Device/tplink_ad7200 BLOCKSIZE := 128k PAGESIZE := 2048 BOARD_NAME := ad7200 - SUPPORTED_DEVICES += ad7200 TPLINK_BOARD_ID := AD7200 DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct kmod-wil6210 endef |