summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lamparter2021-10-09 22:21:39 +0000
committerChristian Lamparter2021-10-10 14:47:03 +0000
commit44f89614c668c0065437ccc4b8c152b3cf2af04b (patch)
tree46f86c48896f43423239024de7de4045d47e97b5
parent4293fc32b73dc927b7dcc683a20e8e59dea92963 (diff)
downloadopenwrt-44f89614c668c0065437ccc4b8c152b3cf2af04b.tar.gz
apm821xx: disable MX60(W) due to kernel size
disables the MX60(W) from being built by the builders for now. But there's an effort to bring it back: <https://github.com/openwrt/openwrt/pull/4617> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r--target/linux/apm821xx/image/nand.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/apm821xx/image/nand.mk b/target/linux/apm821xx/image/nand.mk
index 76b1386241..b48bff7924 100644
--- a/target/linux/apm821xx/image/nand.mk
+++ b/target/linux/apm821xx/image/nand.mk
@@ -41,6 +41,7 @@ endef
TARGET_DEVICES += meraki_mr24
define Device/meraki_mx60
+ DEFAULT := n
DEVICE_VENDOR := Cisco Meraki
DEVICE_MODEL := MX60/MX60W
DEVICE_PACKAGES := kmod-spi-gpio kmod-usb-ledtrig-usbport kmod-usb-dwc2 \