mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 11:54:48 +00:00
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
@ -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 New Issue
Block a user