mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34956 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user