Browse Source

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17752
Signed-off-by: Robert Marko <[email protected]>
Felix Baumann 1 year ago
parent
commit
3e6e9b2116
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/boot/kexec-tools/Makefile

+ 1 - 1
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