From 1bd280b1ef6502045eeef86aaa64481238e983c3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 16 Nov 2019 19:54:42 +0100 Subject: [PATCH] ramips: disable D-Link DIR-300 B1 by default Disable the DIR-300 B1 image by default as the device has insufficient flash space for release build images. Fixes: FS#2606 Signed-off-by: Jo-Philipp Wich --- target/linux/ramips/image/rt305x.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index adda8ec67e..d74e196a8b 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -228,6 +228,7 @@ define Device/dir-300-b1 IMAGE/factory.bin := \ $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | wrg-header wrgn23_dlwbr_dir300b DEVICE_TITLE := D-Link DIR-300 B1 + DEFAULT := n endef TARGET_DEVICES += dir-300-b1 -- 2.30.2