From: Felix Baumann Date: Tue, 28 Jan 2025 04:12:19 +0000 (+0100) Subject: kexec-tools: update URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17752%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index 0ab6affd3f2..ffedd350f4d 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