From 4ce52de450922dc671f08fb4551c066cfcf55bf4 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Thu, 24 Mar 2022 20:34:16 +0100 Subject: [PATCH] ipq40xx: disable non-building tel(co Electronics) x1pro Tel(co Electronics) X1 Pro is preventing ipq40xx generic from building due to the KERNEL_SIZE. Whenever bigger kernels are possible, if lzma is supported is unknown. Signed-off-by: Christian Lamparter --- target/linux/ipq40xx/image/generic.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 60a76bc15037e2..94b00f833a5c5c 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -972,6 +972,7 @@ define Device/tel_x1pro IMAGE_SIZE := 31232k IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata DEVICE_PACKAGES := kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi + DEFAULT := n endef TARGET_DEVICES += tel_x1pro