diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2021-10-10 00:21:39 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-10-10 16:47:03 +0200 |
commit | 44f89614c668c0065437ccc4b8c152b3cf2af04b (patch) | |
tree | 46f86c48896f43423239024de7de4045d47e97b5 /target/linux/apm821xx/image/nand.mk | |
parent | 4293fc32b73dc927b7dcc683a20e8e59dea92963 (diff) | |
download | upstream-44f89614c668c0065437ccc4b8c152b3cf2af04b.tar.gz upstream-44f89614c668c0065437ccc4b8c152b3cf2af04b.tar.bz2 upstream-44f89614c668c0065437ccc4b8c152b3cf2af04b.zip |
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>
Diffstat (limited to 'target/linux/apm821xx/image/nand.mk')
-rw-r--r-- | target/linux/apm821xx/image/nand.mk | 1 |
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 \ |