diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-24 14:35:19 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-24 14:35:19 +0000 |
commit | c2bf14deb99602780a71f9290d0936d143fb1a38 (patch) | |
tree | deb8ec5eee67437f439ee16bfe7cd1083d3c87a2 /target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch | |
parent | 2524718a9abe881afd27717b033f330fd41274d5 (diff) | |
download | mtk-20170518-c2bf14deb99602780a71f9290d0936d143fb1a38.zip mtk-20170518-c2bf14deb99602780a71f9290d0936d143fb1a38.tar.gz mtk-20170518-c2bf14deb99602780a71f9290d0936d143fb1a38.tar.bz2 |
remove 2.6.24, no target is relying on it
SVN-Revision: 15388
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch deleted file mode 100644 index 86d6ecd..0000000 --- a/target/linux/generic-2.6/patches-2.6.24/975-crypto_kconfig_hacks.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/crypto/Kconfig -+++ b/crypto/Kconfig -@@ -20,7 +20,7 @@ menuconfig CRYPTO - if CRYPTO - - config CRYPTO_ALGAPI -- tristate -+ tristate "ALG API" - help - This option provides the API for cryptographic algorithms. - -@@ -29,15 +29,15 @@ config CRYPTO_ABLKCIPHER - select CRYPTO_BLKCIPHER - - 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 |