aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/crypto/ocf/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-04 20:59:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-04 20:59:19 +0000
commit0f34590d5547059b8a8bd1bd3875f2f663fb1e6e (patch)
treee2514d65fed366af6c5f498e58431b2008ccf437 /target/linux/generic-2.6/files/crypto/ocf/Makefile
parent98af872a32e530441318bba1b73ed15152db8c83 (diff)
downloadmaster-187ad058-0f34590d5547059b8a8bd1bd3875f2f663fb1e6e.tar.gz
master-187ad058-0f34590d5547059b8a8bd1bd3875f2f663fb1e6e.tar.bz2
master-187ad058-0f34590d5547059b8a8bd1bd3875f2f663fb1e6e.zip
[generic-2.6] update OCF framework to version 20100325
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/files/crypto/ocf/Makefile')
-rw-r--r--target/linux/generic-2.6/files/crypto/ocf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/files/crypto/ocf/Makefile b/target/linux/generic-2.6/files/crypto/ocf/Makefile
index 919e551e71..fa951f401c 100644
--- a/target/linux/generic-2.6/files/crypto/ocf/Makefile
+++ b/target/linux/generic-2.6/files/crypto/ocf/Makefile
@@ -43,7 +43,10 @@ $(_obj)-$(CONFIG_OCF_IXP4XX) += ixp4xx$(_slash)
$(_obj)-$(CONFIG_OCF_TALITOS) += talitos$(_slash)
$(_obj)-$(CONFIG_OCF_PASEMI) += pasemi$(_slash)
$(_obj)-$(CONFIG_OCF_EP80579) += ep80579$(_slash)
+$(_obj)-$(CONFIG_OCF_CRYPTOCTEON) += cryptocteon$(_slash)
+$(_obj)-$(CONFIG_OCF_KIRKWOOD) += kirkwood$(_slash)
$(_obj)-$(CONFIG_OCF_OCFNULL) += ocfnull$(_slash)
+$(_obj)-$(CONFIG_OCF_C7108) += c7108$(_slash)
ocf-objs := $(OCF_OBJS)
@@ -79,7 +82,7 @@ patch:
diff -Nau /dev/null $$t | sed 's?^+++ \./?+++ linux/crypto/ocf/?'; \
done > $$patch; \
cat patches/linux-2.4.35-ocf.patch $$patch > $$patch24; \
- cat patches/linux-2.6.26-ocf.patch $$patch > $$patch26
+ cat patches/linux-2.6.33-ocf.patch $$patch > $$patch26
.PHONY: tarball
tarball: