From: Shiji Yang Date: Tue, 19 Mar 2024 13:25:52 +0000 (+0800) Subject: ath79: disable building small Flash EnGenius devices X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=60061b5c26b65004377a886f917bcd3005e97dad;p=openwrt%2Fstaging%2Fnbd.git ath79: disable building small Flash EnGenius devices The buildbot has not successfully built them for a long time due to small Flash size. Signed-off-by: Shiji Yang --- diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk index 6baa3afff7..25ec95b574 100644 --- a/target/linux/ath79/image/tiny.mk +++ b/target/linux/ath79/image/tiny.mk @@ -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