projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a124ef
)
ramips: disable TP-Link TL-WR840N v5 by default
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 16 Nov 2019 20:23:38 +0000
(21:23 +0100)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 29 Nov 2019 22:28:44 +0000
(23:28 +0100)
Disable the TP-Link TL-WR840N v5 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/29
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ramips/image/mt76x8.mk
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/mt76x8.mk
b/target/linux/ramips/image/mt76x8.mk
index 2280a1a6180fc55f04a7d7e773551ae76258b1d0..054935e5957fa2b13ea81deb65a95c3d97b50dcd 100644
(file)
--- a/
target/linux/ramips/image/mt76x8.mk
+++ b/
target/linux/ramips/image/mt76x8.mk
@@
-243,6
+243,7
@@
define Device/tl-wr840n-v5
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-v2-header -e
IMAGE/sysupgrade.bin := tplink-v2-image -s -e | append-metadata | \
check-size $$$$(IMAGE_SIZE)
+ DEFAULT := n
endef
TARGET_DEVICES += tl-wr840n-v5