kexec-tools: bump version from v2.0.4 to v2.0.9.
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Feb 2015 07:42:13 +0000 (07:42 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Feb 2015 07:42:13 +0000 (07:42 +0000)
commit66f3d381119c683d0dd00884a2c63bdd867d51d7
treeab4639d3ee15eadbcb2a9e5103694cae9b7557f4
parent603bfee23722bf8cccc3a2954baef1170cccbd31
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 <yszhou4tech@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44437 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/boot/kexec-tools/Config.in
package/boot/kexec-tools/Makefile
package/boot/kexec-tools/patches/0001-Fix-zlib-lzma-decompression.patch [new file with mode: 0644]
package/boot/kexec-tools/patches/0002-configure.ac-apply-necessary-quotes-to-result-of-mac.patch [new file with mode: 0644]
package/boot/kexec-tools/patches/0003-mips-fix-compiler-warning-on-printing-64-bit-integer.patch [new file with mode: 0644]
package/boot/kexec-tools/patches/0004-mips-remove-unused-variable.patch [new file with mode: 0644]
package/boot/kexec-tools/patches/0004-mips_regdefs.patch [deleted file]
package/boot/kexec-tools/patches/0005-mips-fix-warning-about-implicit-type-conversion.patch [new file with mode: 0644]
package/boot/kexec-tools/patches/100-reduce_size.patch [deleted file]