package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9613
This commit is contained in:
parent
031b47be15
commit
2b32beba84
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ define KernelPackage/crypto-des
|
|||
SUBMENU:=$(CRYPTO_MENU)
|
||||
TITLE:=DES/3DES cipher CryptoAPI module
|
||||
DEPENDS:=+kmod-crypto-core
|
||||
KCONFIG:=CONFIG_CRYPTO_AES
|
||||
FILES:=$(LINUX_DIR)/crypto/aes.$(LINUX_KMOD_SUFFIX)
|
||||
KCONFIG:=CONFIG_CRYPTO_DES
|
||||
FILES:=$(LINUX_DIR)/crypto/des.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,09,des)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue