diff options
author | Shiji Yang <yangshiji66@qq.com> | 2024-03-19 21:25:52 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-30 01:04:17 +0100 |
commit | 60061b5c26b65004377a886f917bcd3005e97dad (patch) | |
tree | 96deea792bce5b6292325f2eab0ad5b6ef333de2 /target/linux | |
parent | cd5c0054bdd4fae6b6d56fd1c3eee0dce734396e (diff) |
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 <yangshiji66@qq.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/tiny.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |