projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef40dc1
)
added 3 new crypto modules needed by ppp_mppe
author
John Crispin
<blogic@openwrt.org>
Mon, 18 Jun 2007 21:01:11 +0000
(21:01 +0000)
committer
John Crispin
<blogic@openwrt.org>
Mon, 18 Jun 2007 21:01:11 +0000
(21:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7670
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
62fd299
..
d4fbd8c
100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-33,7
+33,9
@@
define KernelPackage/crypto
$(CONFIG_CRYPTO_ANUBIS) \
$(CONFIG_CRYPTO_DEFLATE) \
$(CONFIG_CRYPTO_MICHAEL_MIC) \
- $(CONFIG_CRYPTO_CRC32C)
+ $(CONFIG_CRYPTO_CRC32C) \
+ $(CONFIG_CRYPTO_ECB)) \
+ $(CONFIG_CRYPTO_BLKCIPHER)
FILES:=$(LINUX_DIR)/crypto/*.$(LINUX_KMOD_SUFFIX)
SUBMENU:=$(EMENU)
endef