Browse Source

kexec-tools: disable lzma support

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 39652
Hauke Mehrtens 12 years ago
parent
commit
9a2493a004
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/boot/kexec-tools/Makefile

+ 2 - 1
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