aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-12-11 23:13:03 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-12-11 23:13:03 +0000
commitdfbe63361c28765a4b88ee32b35210bbdb80fbc2 (patch)
treee6793fb3e0f3df34f5218ee124620e9b4dc7779c /target
parente2fb36c8659874c361a99e3e4255f660acbae7a2 (diff)
downloadupstream-dfbe63361c28765a4b88ee32b35210bbdb80fbc2.tar.gz
upstream-dfbe63361c28765a4b88ee32b35210bbdb80fbc2.tar.bz2
upstream-dfbe63361c28765a4b88ee32b35210bbdb80fbc2.zip
Alloz aead and friends to compile for 2.6.27 targets no idea it could not without a description
SVN-Revision: 13606
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch
new file mode 100644
index 0000000000..ad85e43e53
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.27/975-crypto_kconfig_hacks.patch
@@ -0,0 +1,27 @@
+--- a/crypto/Kconfig 2008-12-12 00:28:55.000000000 +0100
++++ b/crypto/Kconfig 2008-12-12 00:29:33.000000000 +0100
+@@ -22,20 +22,20 @@
+ comment "Crypto core or helper"
+
+ config CRYPTO_ALGAPI
+- tristate
++ tristate "ALG API"
+ help
+ This option provides the API for cryptographic algorithms.
+
+ config CRYPTO_AEAD
+- tristate
++ tristate "AEAD"
+ select CRYPTO_ALGAPI
+
+ config CRYPTO_BLKCIPHER
+- tristate
++ tristate "Block cipher"
+ select CRYPTO_ALGAPI
+
+ config CRYPTO_HASH
+- tristate
++ tristate "HASH"
+ select CRYPTO_ALGAPI
+
+ config CRYPTO_MANAGER