projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.
[openwrt.git]
/
package
/
kernel
/
modules
/
crypto.mk
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
66e5614
..
3d0c95e
100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-216,7
+216,7
@@
define KernelPackage/crypto-test
SUBMENU:=$(CRYPTO_MENU)
TITLE:=Test CryptoAPI module
DEPENDS:=+kmod-crypto-core
- KCONFIG:=CONFIG_CRYPTO_
NULL
+ KCONFIG:=CONFIG_CRYPTO_
TEST
FILES:=$(LINUX_DIR)/crypto/tcrypt.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09,tcrypt)
endef
This page took
0.023507 seconds
and
4
git commands to generate.