projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84c1035
)
ath79: remove SUPPORTED_DEVICES for TP-Link Archer D50 v1
author
Adrian Schmutzler
<
[email protected]
>
Wed, 14 Aug 2019 22:46:07 +0000
(
00:46
+0200)
committer
David Bauer
<
[email protected]
>
Thu, 15 Aug 2019 12:25:05 +0000
(14:25 +0200)
This device has not been supported in ar71xx, so there is no need
for an explicit SUPPORTED_DEVICES entry.
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ath79/image/generic-tp-link.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/generic-tp-link.mk
b/target/linux/ath79/image/generic-tp-link.mk
index 71ea0acddfdc339ac7925dca0d6715fca7da0c16..c8d31b87e90df0ee7886aef28ff4368b2964a247 100644
(file)
--- 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