From: Jo-Philipp Wich Date: Sat, 16 Nov 2019 20:23:46 +0000 (+0100) Subject: ramips: disable ZyXel Keenetic by default X-Git-Tag: v19.07.0-rc2~6 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c38074de929e6f7c089e2cb7f81746ba90ddf16b;ds=sidebyside ramips: disable ZyXel Keenetic by default Disable the ZyXel Keenetic images by default as the device has insufficient flash space for release build images. Ref: https://forum.openwrt.org/t/devices-too-big-to-save-overlay/18161/72 Signed-off-by: Jo-Philipp Wich --- diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 9e599b4125..f59a748949 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -908,6 +908,7 @@ define Device/kn IMAGE_SIZE := $(ralink_default_fw_size_4M) DEVICE_TITLE := ZyXEL Keenetic DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ehci kmod-usb-ledtrig-usbport + DEFAULT := n endef TARGET_DEVICES += kn