mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
kexec: bump to version 2.0.2 + change URL to match kernel.org
Closes #3007 Changed the KEXEC_SITE to the new home of kexec. This patch also satisfies bug #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@AdTran.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
7879a4ba3f
commit
87a5a19408
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user