diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-22 13:41:27 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-28 00:33:44 +0200 |
commit | 8819faff47ff20cfe81d58ef26c6a9054b142b74 (patch) | |
tree | 9d58cb74756340f2d98bc9b7e5c85a30dd964593 /target/linux/ath79/image/common-tp-link.mk | |
parent | 89bb4ee450c52f05e4a606059cacc2f668fbffd6 (diff) | |
download | upstream-8819faff47ff20cfe81d58ef26c6a9054b142b74.tar.gz upstream-8819faff47ff20cfe81d58ef26c6a9054b142b74.tar.bz2 upstream-8819faff47ff20cfe81d58ef26c6a9054b142b74.zip |
ath79: do not build TP-Link tiny images by default
For quite some time, the tiny (4M flash) TP-Link sysupgrade and
factory images cannot be built anymore by the buildbots, just
the initramfs-kernel.bin files are still there.
Disable these images for the buildbots and prevent useless builds.
Note that these devices still build fine with default settings,
even for kernel 5.4.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/image/common-tp-link.mk')
-rw-r--r-- | target/linux/ath79/image/common-tp-link.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/image/common-tp-link.mk b/target/linux/ath79/image/common-tp-link.mk index 81a557df48..3ae377f78f 100644 --- a/target/linux/ath79/image/common-tp-link.mk +++ b/target/linux/ath79/image/common-tp-link.mk @@ -48,12 +48,14 @@ define Device/tplink-4m $(Device/tplink-nolzma) TPLINK_FLASHLAYOUT := 4M IMAGE_SIZE := 3904k + DEFAULT := n endef define Device/tplink-4mlzma $(Device/tplink-v1) TPLINK_FLASHLAYOUT := 4Mlzma IMAGE_SIZE := 3904k + DEFAULT := n endef define Device/tplink-8m |