diff options
author | Joe Mullally <jwmullally@gmail.com> | 2022-11-28 20:35:39 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-06 18:52:01 +0100 |
commit | 4965cbd259bb9001e8724f53520f4be1e4723212 (patch) | |
tree | 8d62e3128524af0b6bdc5a995a905ac4db31fb93 /target/linux/ath79/image | |
parent | 744a5ab9ce7b911df9ef73a514b8fa716c037f4b (diff) | |
download | upstream-4965cbd259bb9001e8724f53520f4be1e4723212.tar.gz upstream-4965cbd259bb9001e8724f53520f4be1e4723212.tar.bz2 upstream-4965cbd259bb9001e8724f53520f4be1e4723212.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 30474149d3..93cbc7d148 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 |