From 241aa9defd76deab100175f66b65dffbd225d8f5 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 2 Mar 2012 23:08:56 +0000 Subject: linux/3.2: add XZ decompressor support to crypto git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30792 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.2/940-ocf_kbuild_integration.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.2/940-ocf_kbuild_integration.patch') diff --git a/target/linux/generic/patches-3.2/940-ocf_kbuild_integration.patch b/target/linux/generic/patches-3.2/940-ocf_kbuild_integration.patch index f22bd4ccd..8108e3e48 100644 --- a/target/linux/generic/patches-3.2/940-ocf_kbuild_integration.patch +++ b/target/linux/generic/patches-3.2/940-ocf_kbuild_integration.patch @@ -1,6 +1,6 @@ --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -923,3 +923,6 @@ config CRYPTO_USER_API_SKCIPHER +@@ -930,3 +930,6 @@ config CRYPTO_USER_API_SKCIPHER source "drivers/crypto/Kconfig" endif # if CRYPTO @@ -9,7 +9,7 @@ + --- a/crypto/Makefile +++ b/crypto/Makefile -@@ -91,6 +91,8 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg. +@@ -92,6 +92,8 @@ obj-$(CONFIG_CRYPTO_USER_API) += af_alg. obj-$(CONFIG_CRYPTO_USER_API_HASH) += algif_hash.o obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o -- cgit v1.2.3