X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fkexec-tools%2FMakefile;h=8c1c255cbabce2cba867e58a1f36cb786da37571;hb=74a3a77bcd6842b03806dcbdcd49e0bce8767174;hp=40ba9eb525bc7ce99375de7d4d359379d0142808;hpb=512a3c5d8141b8431b0242f5d98ec2e7dd7d445a;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index 40ba9eb525..8c1c255cba 100644 --- a/package/boot/kexec-tools/Makefile +++ b/package/boot/kexec-tools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kexec-tools -PKG_VERSION:=2.0.3 +PKG_VERSION:=2.0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kexec -PKG_MD5SUM:=b3ced2097ce3981abba38ceedc84f939 +PKG_MD5SUM:=05992bc8c0673fc55be7b6d27e48a8db PKG_FIXUP:=autoreconf @@ -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