diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-03-24 20:34:16 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-26 21:28:41 +0100 |
commit | 885f903911c24f76f77db4e8856c097ebcdca6f3 (patch) | |
tree | e1576a6176a85e8bd5d4e67fab78e9077db91625 | |
parent | a5995272ede4f493deaccf7f50c7df4b9cca3e23 (diff) | |
download | upstream-885f903911c24f76f77db4e8856c097ebcdca6f3.tar.gz upstream-885f903911c24f76f77db4e8856c097ebcdca6f3.tar.bz2 upstream-885f903911c24f76f77db4e8856c097ebcdca6f3.zip |
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@gmail.com>
(cherry picked from commit 4ce52de450922dc671f08fb4551c066cfcf55bf4)
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |