[OpenWrt-Devel] [PATCH 17/17] ramips: disable ZyXel Keenetic by default
Jo-Philipp Wich
jo at mein.io
Sat Nov 16 15:23:46 EST 2019
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 <jo at mein.io>
---
target/linux/ramips/image/rt305x.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk
index 9e599b4125..38fd1747a3 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
@@ -915,6 +916,7 @@ define Device/zyxel_keenetic-start
DTS := kn_st
IMAGE_SIZE := $(ralink_default_fw_size_4M)
DEVICE_TITLE := ZyXEL Keenetic Start
+ DEFAULT := n
endef
TARGET_DEVICES += zyxel_keenetic-start
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list