diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-22 13:50:04 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-28 14:37:22 +0200 |
commit | 8293c8ed468e2d7c976e44a1343e52d35bdf1425 (patch) | |
tree | eeb74d316fbdedab0502b7990c911567c6da440a /target | |
parent | 670eeb788801db8c3ed2843be357bb77a3aa5c5f (diff) | |
download | upstream-8293c8ed468e2d7c976e44a1343e52d35bdf1425.tar.gz upstream-8293c8ed468e2d7c976e44a1343e52d35bdf1425.tar.bz2 upstream-8293c8ed468e2d7c976e44a1343e52d35bdf1425.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 don't waste build
resources.
Note that these devices still build fine with default settings,
just not with the additional packages and config symbols for
the buildbots.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-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 6efff6322e..01733b01c5 100644 --- a/target/linux/ath79/image/common-tp-link.mk +++ b/target/linux/ath79/image/common-tp-link.mk @@ -71,12 +71,14 @@ define Device/tplink-4m $(Device/tplink-nolzma) TPLINK_FLASHLAYOUT := 4M IMAGE_SIZE := 3904k + DEFAULT := n endef define Device/tplink-4mlzma $(Device/tplink) TPLINK_FLASHLAYOUT := 4Mlzma IMAGE_SIZE := 3904k + DEFAULT := n endef define Device/tplink-8m |