From cd96421b19a4c9dd058cee724cc5b4fe5f0d74db Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Feb 2015 07:42:13 +0000 Subject: kexec-tools: bump version from v2.0.4 to v2.0.9. - kexec-tools is now distributed with tarballs of .tar.gz and .tar.xz format; .tar.bz2 are not provided anymore. - Add CONFIG_KEXEC_LZMA for selecting lzma support. Patches are updated along to: - Remove the now unnecessary patch 0004-mips_regdefs.patch. - Drop 100-reduce_size.patch because the size reduction is marginal. - Allow zlib and lzma support coexist together. This patch has been merged into upstream project. - Fix kexec-tools' configure.ac. - Fix a few compilation warnings. Size comparison of stripped binaries of kexec malta target with both zlib and lzma support enabled. - Before: 41447 - After: 42583 Signed-off-by: Yousong Zhou SVN-Revision: 44437 --- package/boot/kexec-tools/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/boot/kexec-tools/Config.in') diff --git a/package/boot/kexec-tools/Config.in b/package/boot/kexec-tools/Config.in index 2642171bb0..6c7558f30a 100644 --- a/package/boot/kexec-tools/Config.in +++ b/package/boot/kexec-tools/Config.in @@ -23,4 +23,9 @@ config KEXEC_ZLIB prompt "zlib support" default y +config KEXEC_LZMA + bool + prompt "lzma support" + default n + endmenu -- cgit v1.2.3