diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-03-24 20:34:16 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-03-25 18:14:13 +0100 |
commit | 4ce52de450922dc671f08fb4551c066cfcf55bf4 (patch) | |
tree | 1b59eb0db0a5151370e51cb3cf70c660e7b33792 /target/linux/ipq40xx/image | |
parent | abb2683de36ffe7b29a1b6ea5a8d7edf73719152 (diff) | |
download | upstream-4ce52de450922dc671f08fb4551c066cfcf55bf4.tar.gz upstream-4ce52de450922dc671f08fb4551c066cfcf55bf4.tar.bz2 upstream-4ce52de450922dc671f08fb4551c066cfcf55bf4.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>
Diffstat (limited to 'target/linux/ipq40xx/image')
-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 |