summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-17 16:20:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-17 16:20:25 +0000
commit12b429b3a22e870677c36d758f1874933f9a572c (patch)
treefbe30fe3aa1ff9edd3d55707b78c1547623e303f /target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch
parentfe05e1f37a10a417befa038a58bfe5f0388a2e2f (diff)
downloadmaster-31e0f0ae-12b429b3a22e870677c36d758f1874933f9a572c.tar.gz
master-31e0f0ae-12b429b3a22e870677c36d758f1874933f9a572c.tar.bz2
master-31e0f0ae-12b429b3a22e870677c36d758f1874933f9a572c.zip
get rid of linux 2.6.29
SVN-Revision: 16883
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch
deleted file mode 100644
index 943d7407ca..0000000000
--- a/target/linux/generic-2.6/patches-2.6.29/977-textsearch_kconfig_hacks.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/lib/Kconfig
-+++ b/lib/Kconfig
-@@ -125,16 +125,16 @@ config REED_SOLOMON_DEC16
- # Textsearch support is select'ed if needed
- #
- config TEXTSEARCH
-- boolean
-+ boolean "Textsearch support"
-
- config TEXTSEARCH_KMP
-- tristate
-+ tristate "Textsearch KMP"
-
- config TEXTSEARCH_BM
-- tristate
-+ tristate "Textsearch BM"
-
- config TEXTSEARCH_FSM
-- tristate
-+ tristate "Textsearch FSM"
-
- #
- # plist support is select#ed if needed