projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d44e00
)
cryptodev-linux: change home-page URL
author
Paul Donald
<newtwen+github@gmail.com>
Sun, 10 Nov 2024 18:47:34 +0000
(19:47 +0100)
committer
Petr Štetiar
<ynezz@true.cz>
Thu, 28 Nov 2024 18:46:59 +0000
(18:46 +0000)
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
ce0b843ac7d27e124cb9ca13e9a1aeb115fcaf23
)
Link:
https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/kernel/cryptodev-linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/cryptodev-linux/Makefile
b/package/kernel/cryptodev-linux/Makefile
index 611d4ae27adf2f529c5564059ceeee508cf64840..165cc60487b5b01dcd5b5d73843b5a4a190518d8 100644
(file)
--- 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:=http
s://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)