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>
This commit is contained in:
parent
89bb4ee450
commit
8819faff47
|
@ -48,12 +48,14 @@ define Device/tplink-4m
|
||||||
$(Device/tplink-nolzma)
|
$(Device/tplink-nolzma)
|
||||||
TPLINK_FLASHLAYOUT := 4M
|
TPLINK_FLASHLAYOUT := 4M
|
||||||
IMAGE_SIZE := 3904k
|
IMAGE_SIZE := 3904k
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-4mlzma
|
define Device/tplink-4mlzma
|
||||||
$(Device/tplink-v1)
|
$(Device/tplink-v1)
|
||||||
TPLINK_FLASHLAYOUT := 4Mlzma
|
TPLINK_FLASHLAYOUT := 4Mlzma
|
||||||
IMAGE_SIZE := 3904k
|
IMAGE_SIZE := 3904k
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/tplink-8m
|
define Device/tplink-8m
|
||||||
|
|
|
@ -157,6 +157,7 @@ define Device/tplink_tl-wa850re-v2
|
||||||
TPLINK_HWID := 0x08500002
|
TPLINK_HWID := 0x08500002
|
||||||
DEVICE_PACKAGES := rssileds
|
DEVICE_PACKAGES := rssileds
|
||||||
SUPPORTED_DEVICES += tl-wa850re-v2
|
SUPPORTED_DEVICES += tl-wa850re-v2
|
||||||
|
DEFAULT := n
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tplink_tl-wa850re-v2
|
TARGET_DEVICES += tplink_tl-wa850re-v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue