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:
d92a67b
)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34956
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/fs.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/fs.mk
b/package/kernel/modules/fs.mk
index
bb0226b
..
9024163
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