summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Donald2024-11-10 18:47:34 +0000
committerChristian Marangi2024-11-12 13:28:36 +0000
commitce0b843ac7d27e124cb9ca13e9a1aeb115fcaf23 (patch)
tree1509d02adaeadb772c00cb444f13649cc1ef9a45
parent3df5966f9453ecefcabc893f6449c8c4f1054aef (diff)
downloadopenwrt-ce0b843ac7d27e124cb9ca13e9a1aeb115fcaf23.tar.gz
cryptodev-linux: change home-page URL
Most links and info on the org page are broken or defunct, and all new versions are available on the github based repo anyway. Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16910 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--package/kernel/cryptodev-linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/cryptodev-linux/Makefile b/package/kernel/cryptodev-linux/Makefile
index 611d4ae27a..165cc60487 100644
--- a/package/kernel/cryptodev-linux/Makefile
+++ b/package/kernel/cryptodev-linux/Makefile
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/cryptodev
SUBMENU:=Cryptographic API modules
TITLE:=Driver for cryptographic acceleration
- URL:=http://cryptodev-linux.org/
+ URL:=https://github.com/cryptodev-linux/cryptodev-linux
DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash
FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,cryptodev)