From 3e6e9b2116f2e568c9b3d00f74f0512b5d8280c1 Mon Sep 17 00:00:00 2001 From: Felix Baumann Date: Tue, 28 Jan 2025 05:12:19 +0100 Subject: [PATCH] kexec-tools: update URL Update URL variable to reflect switch to Github for development The old URL returns HTTP 404 Signed-off-by: Felix Baumann Link: https://github.com/openwrt/openwrt/pull/17752 Signed-off-by: Robert Marko --- package/boot/kexec-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index 0ab6affd3f..ffedd350f4 100644 --- a/package/boot/kexec-tools/Makefile +++ b/package/boot/kexec-tools/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/kexec-tools/Default SECTION:=utils CATEGORY:=Utilities - URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/ + URL:=https://github.com/horms/kexec-tools endef define Package/kexec-tools -- 2.30.2