aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-01-19 19:51:54 +0000
committerJonas Gorski <jogo@openwrt.org>2012-01-19 19:51:54 +0000
commitaa8f9171f2e779040d655db2cf96234b6e98610c (patch)
tree595553c3edea82a60c729b32416c7ec619258afd /package
parent9fd38863652081fd4a31178fdb68e5e2a118eba8 (diff)
downloadupstream-aa8f9171f2e779040d655db2cf96234b6e98610c.tar.gz
upstream-aa8f9171f2e779040d655db2cf96234b6e98610c.tar.bz2
upstream-aa8f9171f2e779040d655db2cf96234b6e98610c.zip
kernel: fix OCF for linux 3.2
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index 44c4b5d7b7..c8be6f9460 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -401,7 +401,7 @@ $(eval $(call KernelPackage,crypto-misc))
define KernelPackage/crypto-ocf
TITLE:=OCF modules
- DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml +kmod-crypto-manager @!LINUX_3_2||BROKEN
+ DEPENDS:=+@OPENSSL_ENGINE @!TARGET_uml +kmod-crypto-manager
KCONFIG:= \
CONFIG_OCF_OCF \
CONFIG_OCF_CRYPTODEV \