package/kernel: select crypto-sha256 for cifs on 3.7+
Based on a patch from #12711 Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34956
This commit is contained in:
parent
ab4ea8ad16
commit
cbc9dfc56a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue