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>
(cherry picked from commit ce0b843ac7)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
Paul Donald 2024-11-10 19:47:34 +01:00 committed by Petr Štetiar
parent 9d44e00fc5
commit 7424f58eb6
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3

View File

@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/cryptodev define KernelPackage/cryptodev
SUBMENU:=Cryptographic API modules SUBMENU:=Cryptographic API modules
TITLE:=Driver for cryptographic acceleration 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 DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash
FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX) FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,cryptodev) AUTOLOAD:=$(call AutoLoad,50,cryptodev)