projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7b1c9
)
package: kernel: make crypto kmods always visible
author
Luka Perkov
<luka@openwrt.org>
Fri, 11 Jan 2013 09:46:48 +0000
(09:46 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Fri, 11 Jan 2013 09:46:48 +0000
(09:46 +0000)
backport r34298
SVN-Revision: 35093
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index 984ccc1f9b036f260075bae89673b6bcb9c773b9..791b5a50913c8c7455e6a8152d75d523d4608d18 100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-36,7
+36,7
@@
$(eval $(call KernelPackage,crypto-core))
define AddDepends/crypto
SUBMENU:=$(CRYPTO_MENU)
- DEPENDS+=kmod-crypto-core $(1)
+ DEPENDS+=
+
kmod-crypto-core $(1)
endef
define KernelPackage/crypto-hash