[openwrt/openwrt] ath79: tiny: Do not build TPLink WPA8630Pv2 by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 2 16:49:58 PDT 2023
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/b2db4fa956254ae6714750367ea2476ba71e90c8
commit b2db4fa956254ae6714750367ea2476ba71e90c8
Author: Joe Mullally <jwmullally at gmail.com>
AuthorDate: Mon Nov 28 20:35:39 2022 +0000
ath79: tiny: Do not build TPLink WPA8630Pv2 by default
22.03.1+ and snapshot builds no longer fit the 6M flash space
available for these models.
This disables failing buildbot image builds for these devices.
Images can still be built manually with ImageBuilder.
Signed-off-by: Joe Mullally <jwmullally at gmail.com>
(cherry picked from commit 4965cbd259bb9001e8724f53520f4be1e4723212)
---
target/linux/ath79/image/tiny-tp-link.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk
index 2110f08b52..92f9b15009 100644
--- a/target/linux/ath79/image/tiny-tp-link.mk
+++ b/target/linux/ath79/image/tiny-tp-link.mk
@@ -234,6 +234,7 @@ define Device/tplink_tl-wpa8630p-v2
so the JFFS2 settings partition MUST be reformatted to avoid data corruption. \
Backup your settings before upgrading, then during sysupgrade, \
de-select "Keep settings" and select "Force" to continue (equivilant to "sysupgrade -n -F").
+ DEFAULT := n
endef
define Device/tplink_tl-wpa8630p-v2-int
More information about the lede-commits
mailing list