mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
kexec-tools: disable lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39652
This commit is contained in:
parent
980626aa32
commit
9a2493a004
@ -54,7 +54,8 @@ CONFIGURE_ARGS = \
|
|||||||
--sbindir=/usr/sbin \
|
--sbindir=/usr/sbin \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--sysconfdir=/etc \
|
--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_CFLAGS += -ffunction-sections -fdata-sections
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections
|
TARGET_LDFLAGS += -Wl,--gc-sections
|
||||||
|
Loading…
Reference in New Issue
Block a user