From: Felix Baumann Date: Tue, 28 Jan 2025 04:12:19 +0000 (+0100) Subject: kexec-tools: update URL X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3e6e9b2116f2e568c9b3d00f74f0512b5d8280c1;p=openwrt%2Fstaging%2Fstintel.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 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