projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
[openwrt.git]
/
package
/
kernel
/
modules
/
crypto.mk
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
3fad326
..
60d7443
100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-86,8
+86,8
@@
define KernelPackage/crypto-des
SUBMENU:=$(CRYPTO_MENU)
TITLE:=DES/3DES cipher CryptoAPI module
DEPENDS:=+kmod-crypto-core
SUBMENU:=$(CRYPTO_MENU)
TITLE:=DES/3DES cipher CryptoAPI module
DEPENDS:=+kmod-crypto-core
- KCONFIG:=CONFIG_CRYPTO_
A
ES
- FILES:=$(LINUX_DIR)/crypto/
a
es.$(LINUX_KMOD_SUFFIX)
+ KCONFIG:=CONFIG_CRYPTO_
D
ES
+ FILES:=$(LINUX_DIR)/crypto/
d
es.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09,des)
endef
AUTOLOAD:=$(call AutoLoad,09,des)
endef
This page took
0.023761 seconds
and
4
git commands to generate.