ath79: disable building small Flash EnGenius devices
authorShiji Yang <yangshiji66@qq.com>
Tue, 19 Mar 2024 13:25:52 +0000 (21:25 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 30 Mar 2024 00:04:17 +0000 (01:04 +0100)
The buildbot has not successfully built them for a long time due
to small Flash size.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/image/tiny.mk

index 6baa3afff79b31e12239450a14ad589863e6d34f..25ec95b574846269b4c8d9972975e912e651d222 100644 (file)
@@ -40,6 +40,7 @@ define Device/engenius_eap350-v1
   IMAGE_SIZE := 4928k
   LOADER_FLASH_OFFS := 0x1a0000
   SENAO_IMGNAME := senao-eap350
+  DEFAULT := n
 endef
 TARGET_DEVICES += engenius_eap350-v1
 
@@ -53,6 +54,7 @@ define Device/engenius_ecb350-v1
   IMAGE_SIZE := 4928k
   LOADER_FLASH_OFFS := 0x1a0000
   SENAO_IMGNAME := senao-ecb350
+  DEFAULT := n
 endef
 TARGET_DEVICES += engenius_ecb350-v1
 
@@ -66,6 +68,7 @@ define Device/engenius_enh202-v1
   IMAGE_SIZE := 4928k
   LOADER_FLASH_OFFS := 0x1a0000
   SENAO_IMGNAME := senao-enh202
+  DEFAULT := n
 endef
 TARGET_DEVICES += engenius_enh202-v1