projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4309be6
)
ath79: diable some 6 MiB image size TP-Link devices
author
Shiji Yang
<yangshiji66@qq.com>
Sat, 15 Jun 2024 02:22:30 +0000
(
02:22
+0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 16 Jun 2024 20:10:37 +0000
(22:10 +0200)
The max image sizes are too small to generate images.
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/image/generic-tp-link.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/generic-tp-link.mk
b/target/linux/ath79/image/generic-tp-link.mk
index 460297e7e997329043e5fe9a5af3250a13abfe21..ec433e5b64b74764206f4e31ae637275c75811ca 100644
(file)
--- 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