From 7ef9661c68f5beae969b8be7762383758a8034c0 Mon Sep 17 00:00:00 2001 From: hauke Date: Fri, 21 Feb 2014 20:06:41 +0000 Subject: [PATCH] kexec-tools: disable lzma support Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39652 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/kexec-tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2