kexec-tools: update URL
authorFelix Baumann <felix.bau@gmx.de>
Tue, 28 Jan 2025 04:12:19 +0000 (05:12 +0100)
committerRobert Marko <robimarko@gmail.com>
Wed, 29 Jan 2025 15:56:05 +0000 (16:56 +0100)
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>
package/boot/kexec-tools/Makefile

index 0ab6affd3f25c673aa42df50b74b70ef94e2abd8..ffedd350f4debf20e18b097ef58089d3033f2e1b 100644 (file)
@@ -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