ramips: disable TP-Link TL-WR840N v5 by default
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>
This commit is contained in:
committed by
Hauke Mehrtens
parent
6a124efb99
commit
634db7930a
@@ -243,6 +243,7 @@ define Device/tl-wr840n-v5
|
|||||||
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-v2-header -e
|
KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-v2-header -e
|
||||||
IMAGE/sysupgrade.bin := tplink-v2-image -s -e | append-metadata | \
|
IMAGE/sysupgrade.bin := tplink-v2-image -s -e | append-metadata | \
|
||||||
check-size $$$$(IMAGE_SIZE)
|
check-size $$$$(IMAGE_SIZE)
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tl-wr840n-v5
|
TARGET_DEVICES += tl-wr840n-v5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user