[openwrt/openwrt] ipq40xx: disable non-building tel(co Electronics) x1pro

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 25 10:14:51 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4ce52de450922dc671f08fb4551c066cfcf55bf4

commit 4ce52de450922dc671f08fb4551c066cfcf55bf4
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Thu Mar 24 20:34:16 2022 +0100

    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 <chunkeey at gmail.com>
---
 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 60a76bc150..94b00f833a 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
 




More information about the lede-commits mailing list