Skip to content

Commit ce0b843

Browse files
systemcrashAnsuel
authored andcommitted
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 <[email protected]> Link: openwrt/openwrt#16910 Signed-off-by: Christian Marangi <[email protected]>
1 parent 3df5966 commit ce0b843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/kernel/cryptodev-linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
2828
define KernelPackage/cryptodev
2929
SUBMENU:=Cryptographic API modules
3030
TITLE:=Driver for cryptographic acceleration
31-
URL:=http://cryptodev-linux.org/
31+
URL:=https://github.com/cryptodev-linux/cryptodev-linux
3232
DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash
3333
FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
3434
AUTOLOAD:=$(call AutoLoad,50,cryptodev)

0 commit comments

Comments
 (0)