projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1f6e1
)
kexec-tools: update URL
author
Felix Baumann
<felix.bau@gmx.de>
Tue, 28 Jan 2025 04:12:19 +0000
(
05:12
+0100)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/package/boot/kexec-tools/Makefile
b/package/boot/kexec-tools/Makefile
index 0ab6affd3f25c673aa42df50b74b70ef94e2abd8..ffedd350f4debf20e18b097ef58089d3033f2e1b 100644
(file)
--- 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:=http
s://github.com/horms/kexec-tools
endef
define Package/kexec-tools