[openwrt/openwrt] apm821xx: disable MX60(W) due to kernel size
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 10 07:48:22 PDT 2021
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/44f89614c668c0065437ccc4b8c152b3cf2af04b
commit 44f89614c668c0065437ccc4b8c152b3cf2af04b
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Oct 10 00:21:39 2021 +0200
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 at gmail.com>
---
target/linux/apm821xx/image/nand.mk | 1 +
1 file changed, 1 insertion(+)
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 \
More information about the lede-commits
mailing list