aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/kexec-tools
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-21 20:06:41 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-21 20:06:41 +0000
commita55ac4d143ee4c8ce1048efadd0d63a61312df1c (patch)
tree87dc2e7cb3a7056095e9c71145798a0b23213d08 /package/boot/kexec-tools
parentb7a8cc562ff0981cfd8c88c83f849fc74d20cfd8 (diff)
downloadmaster-187ad058-a55ac4d143ee4c8ce1048efadd0d63a61312df1c.tar.gz
master-187ad058-a55ac4d143ee4c8ce1048efadd0d63a61312df1c.tar.bz2
master-187ad058-a55ac4d143ee4c8ce1048efadd0d63a61312df1c.zip
kexec-tools: disable lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/kexec-tools')
-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 2e1446d6f5..8c1c255cba 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