projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4ea8a
)
package/kernel: select crypto-sha256 for cifs on 3.7+
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 1 Jan 2013 19:04:20 +0000
(19:04 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 1 Jan 2013 19:04:20 +0000
(19:04 +0000)
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34956
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index bb0226b6ca7f42171c4aab36b4f5b7da11d6448f..9024163684ca3e1b3f1e406b6cd0975f9cd14d72 100644
(file)
--- a/
package/kernel/modules/fs.mk
+++ b/
package/kernel/modules/fs.mk
@@
-58,7
+58,8
@@
define KernelPackage/fs-cifs
+kmod-crypto-md5 \
+kmod-crypto-md4 \
+kmod-crypto-des \
- +kmod-crypto-ecb
+ +kmod-crypto-ecb \
+ +!LINUX_3_3&&!LINUX_3_6:kmod-crypto-sha256
endef
define KernelPackage/fs-cifs/description