summaryrefslogtreecommitdiff
path: root/package/boot
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-02-21 20:06:41 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-02-21 20:06:41 +0000
commit9a2493a0049551bc90cac4bbbfc5a8ff1a98fe6b (patch)
treedf2cce3cd33518f4cc516a5d73b643c07a6df193 /package/boot
parent980626aa329659be8baeb3d53bf528e06012b5d3 (diff)
downloadmtk-20170518-9a2493a0049551bc90cac4bbbfc5a8ff1a98fe6b.zip
mtk-20170518-9a2493a0049551bc90cac4bbbfc5a8ff1a98fe6b.tar.gz
mtk-20170518-9a2493a0049551bc90cac4bbbfc5a8ff1a98fe6b.tar.bz2
kexec-tools: disable lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39652
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/kexec-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile
index 2e1446d..8c1c255 100644
--- a/package/boot/kexec-tools/Makefile
+++ b/package/boot/kexec-tools/Makefile
@@ -54,7 +54,8 @@ CONFIGURE_ARGS = \
--sbindir=/usr/sbin \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
- $(if $(CONFIG_KEXEC_ZLIB),--with,--without)-zlib
+ $(if $(CONFIG_KEXEC_ZLIB),--with,--without)-zlib \
+ --without-lzma
TARGET_CFLAGS += -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections