mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9613 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user