0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-02-17 21:19:05 +00:00

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>
This commit is contained in:
Felix Baumann
2025-01-28 05:12:19 +01:00
committed by Robert Marko
parent df1f6e1e18
commit 3e6e9b2116

@ -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