summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Baumann2025-01-28 04:12:19 +0000
committerRobert Marko2025-01-29 15:56:05 +0000
commit3e6e9b2116f2e568c9b3d00f74f0512b5d8280c1 (patch)
treee88ebc75b19a2217cb71c1c5d1f2bffe27234681
parentdf1f6e1e186a99b2180abac5da87f071b7f6b3fa (diff)
downloadopenwrt-3e6e9b2116f2e568c9b3d00f74f0512b5d8280c1.tar.gz
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 <felix.bau@gmx.de> Link: https://github.com/openwrt/openwrt/pull/17752 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/boot/kexec-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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