Skip to content

Commit

Permalink
kexec-tools: disable lzma support
Browse files Browse the repository at this point in the history
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39652 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
hauke committed Feb 21, 2014
1 parent 93d3a56 commit 7ef9661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/boot/kexec-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef9661

Please sign in to comment.