diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-16 21:23:46 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-11-30 00:11:58 +0100 |
commit | c38074de929e6f7c089e2cb7f81746ba90ddf16b (patch) | |
tree | a208ae39a2f0d5d611545f59689839012668b100 /target/linux | |
parent | 432a349761e4e0270c42099a8d05070462139c2d (diff) | |
download | upstream-c38074de929e6f7c089e2cb7f81746ba90ddf16b.tar.gz upstream-c38074de929e6f7c089e2cb7f81746ba90ddf16b.tar.bz2 upstream-c38074de929e6f7c089e2cb7f81746ba90ddf16b.zip |
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 <jo@mein.io>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |