[openwrt/openwrt] kexec-tools: update URL
LEDE Commits
lede-commits at lists.infradead.org
Wed Jan 29 07:56:08 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3e6e9b2116f2e568c9b3d00f74f0512b5d8280c1
commit 3e6e9b2116f2e568c9b3d00f74f0512b5d8280c1
Author: Felix Baumann <felix.bau at gmx.de>
AuthorDate: Tue Jan 28 05:12:19 2025 +0100
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 at gmx.de>
Link: https://github.com/openwrt/openwrt/pull/17752
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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
More information about the lede-commits
mailing list