mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
kernel: fix OCF for linux 3.2
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29818 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user