X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fgeneric%2Ffiles%2Fcrypto%2Focf%2FMakefile;fp=target%2Flinux%2Fgeneric%2Ffiles%2Fcrypto%2Focf%2FMakefile;h=110ed83ea604064fd44103e50566cd41b2b18048;hb=7bb8a26e0cbb451c7d5bfc9a0aa9f70fcda03b3c;hp=e600f9bab7027ce14756076a31de23e138fae9e8;hpb=afefdb816781d7f0a0963aef426499c3f06b1225;p=15.05%2Fopenwrt.git diff --git a/target/linux/generic/files/crypto/ocf/Makefile b/target/linux/generic/files/crypto/ocf/Makefile index e600f9bab7..110ed83ea6 100644 --- a/target/linux/generic/files/crypto/ocf/Makefile +++ b/target/linux/generic/files/crypto/ocf/Makefile @@ -105,6 +105,7 @@ patch: patch=ocf-linux-base.patch; \ patch24=ocf-linux-24.patch; \ patch26=ocf-linux-26.patch; \ + patch3=ocf-linux-3.patch; \ ( \ find . -name Makefile; \ find . -name Config.in; \ @@ -116,6 +117,8 @@ patch: done > $$patch; \ cat $$patchbase/patches/linux-2.4.35-ocf.patch $$patch > $$patch24; \ cat $$patchbase/patches/linux-2.6.38-ocf.patch $$patch > $$patch26; \ + cat $$patchbase/patches/linux-3.2.1-ocf.patch $$patch > $$patch3; \ + # # this target probably does nothing for anyone but me - davidm