projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ef47a
)
ar71xx: disable TP-Link TL-WA855RE by default
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 20:23:43 +0000
(21:23 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 29 Nov 2019 23:11:58 +0000
(
00:11
+0100)
Disable the TP-Link TL-WA855RE 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/72
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 99337ff7aaeb97cd21d901737ecdfc5223d99c88..96126944696ad3150a9dcb5543a41b4549f4fa97 100644
(file)
--- a/
target/linux/ar71xx/image/tiny-tp-link.mk
+++ b/
target/linux/ar71xx/image/tiny-tp-link.mk
@@
-265,6
+265,7
@@
define Device/tl-wa855re-v1
TPLINK_HWREV := 0
IMAGE_SIZE := 3648k
MTDPARTS := spi0.0:128k(u-boot)ro,1344k(kernel),2304k(rootfs),256k(config)ro,64k(art)ro,3648k@0x20000(firmware)
+ DEFAULT := n
endef
TARGET_DEVICES += tl-wa855re-v1