projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634db79
)
ar71xx: disable TP-Link TL-WA850RE by default
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 20:23:39 +0000
(21:23 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 29 Nov 2019 23:05:46 +0000
(
00:05
+0100)
Disable the TP-Link TL-WA850RE image by default as the device has
insufficient flash space for release build images.
Ref: https://forum.openwrt.org/t/devices-too-big-to-save-overlay/18161/30
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ar71xx/image/tiny-tp-link.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/tiny-tp-link.mk
b/target/linux/ar71xx/image/tiny-tp-link.mk
index db5f735498b4b72a3a16bf075977f4cf0a4f88d7..e79460df5b37df80a27d329d442e5cd522c9271b 100644
(file)
--- a/
target/linux/ar71xx/image/tiny-tp-link.mk
+++ b/
target/linux/ar71xx/image/tiny-tp-link.mk
@@
-235,6
+235,7
@@
define Device/tl-wa850re-v1
BOARDNAME := TL-WA850RE
DEVICE_PROFILE := TLWA850
TPLINK_HWID := 0x08500001
+ DEFAULT := n
endef
TARGET_DEVICES += tl-wa850re-v1