[openwrt/openwrt] ath79: diable some 6 MiB image size TP-Link devices
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 16 13:25:50 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6fd8cca172d65197542059fb0318413d573efb03
commit 6fd8cca172d65197542059fb0318413d573efb03
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Sat Jun 15 02:22:30 2024 +0000
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 <yangshiji66 at qq.com>
---
target/linux/ath79/image/generic-tp-link.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 460297e7e9..ec433e5b64 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
More information about the lede-commits
mailing list