cryptodev-linux: change home-page URL
authorPaul Donald <newtwen+github@gmail.com>
Sun, 10 Nov 2024 18:47:34 +0000 (19:47 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 12 Nov 2024 13:28:36 +0000 (14:28 +0100)
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>
package/kernel/cryptodev-linux/Makefile

index 611d4ae27adf2f529c5564059ceeee508cf64840..165cc60487b5b01dcd5b5d73843b5a4a190518d8 100644 (file)
@@ -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)