[Buildroot] [PATCH] kexec: bump to version 2.0.2 + change URL to match kernel.org

Andy Kennedy Andy.Kennedy at adtran.com
Fri Jan 14 21:53:03 UTC 2011


Okay, this is like TAKE-6 or so. . . Hopefully, there will be no egg
in my face this time. ;)

Changed the KEXEC_SITE to the new home of kexec.  This patch also
satisfies bug id=3007 created by me last month.  Thanks to Gustavo for
pointing out that the easy fix was to bump kexec to 2.0.2.

Signed-of-by: Andy Kennedy <Andy.Kennedy at AdTran.com>
---
diff -Naur a/package/kexec/kexec.mk b/package/kexec/kexec.mk
--- a/package/kexec/kexec.mk    2011-01-06 05:25:33.000000000 -0600
+++ b/package/kexec/kexec.mk    2011-01-03 13:09:10.000000000 -0600
@@ -3,9 +3,9 @@
 # kexec
 #
 #############################################################
-KEXEC_VERSION = 2.0.1
+KEXEC_VERSION = 2.0.2
 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2
-KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/
+KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kexec

 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
 KEXEC_CONF_OPT += --with-zlib



More information about the buildroot mailing list