From b0b1d4aaf0b646ba352e2bd446f7074d210b0f01 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 23 Dec 2019 15:21:57 +0100 Subject: [PATCH] ath79: Do not build dlink_dir-615-e4 by default The factory image for the dlink_dir-615-e4 is getting too big which makes the full ath79 tiny build fail, deactivate it by default. Signed-off-by: Hauke Mehrtens --- target/linux/ath79/image/tiny.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/tiny.mk b/target/linux/ath79/image/tiny.mk index b974777c61..54b20b6089 100644 --- a/target/linux/ath79/image/tiny.mk +++ b/target/linux/ath79/image/tiny.mk @@ -30,6 +30,7 @@ define Device/dlink_dir-615-e4 check-size $$$$(FACTORY_IMAGE_SIZE) | pad-to $$$$(FACTORY_IMAGE_SIZE) | \ append-string "AP99-AR7240-RT-091105-05" SUPPORTED_DEVICES += dir-615-e4 + DEFAULT := n endef TARGET_DEVICES += dlink_dir-615-e4