diff options
| author | Adrian Schmutzler | 2019-08-14 22:46:07 +0000 |
|---|---|---|
| committer | David Bauer | 2019-08-15 12:25:05 +0000 |
| commit | 894bdee7563036d6627022d7f292e83241a807a7 (patch) | |
| tree | 1263c7058b5ec81bd3b1653c2a2049e7ae2c6ea9 | |
| parent | 84c103509a7e5bd6ae99983b29f2cf665b254ef8 (diff) | |
| download | openwrt-894bdee7563036d6627022d7f292e83241a807a7.tar.gz | |
ath79: remove SUPPORTED_DEVICES for TP-Link Archer D50 v1
This device has not been supported in ar71xx, so there is no need
for an explicit SUPPORTED_DEVICES entry.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 71ea0acddf..c8d31b87e9 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -271,7 +271,6 @@ define Device/tplink_archer-d50-v1 IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := tplink-v2-image -s -V "ver. 2.0" | \ append-metadata | check-size $$$$(IMAGE_SIZE) - SUPPORTED_DEVICES += archer-d50-v1 endef TARGET_DEVICES += tplink_archer-d50-v1 |