From: Shiji Yang Date: Sat, 15 Jun 2024 02:22:30 +0000 (+0000) Subject: ath79: diable some 6 MiB image size TP-Link devices X-Git-Tag: v24.10.0-rc1~1507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15718%2Fhead;p=thirdparty%2Fopenwrt.git ath79: diable some 6 MiB image size TP-Link devices The max image sizes are too small to generate images. Signed-off-by: Shiji Yang --- diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 460297e7e99..ec433e5b64b 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -531,6 +531,7 @@ define Device/tplink_rex5x-v1 SOC := qca9558 IMAGE_SIZE := 6016k DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct + DEFAULT := n endef define Device/tplink_re355-v1 @@ -560,6 +561,7 @@ define Device/tplink_re450-v2 DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct TPLINK_BOARD_ID := RE450-V2 LOADER_TYPE := elf + DEFAULT := n endef TARGET_DEVICES += tplink_re450-v2