aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-03-18 13:40:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-03-18 13:40:48 +0000
commitde1c12f7a181a27b8463f60fd88cb30f858ab517 (patch)
treefc03176ff0d31c934b0a2e41b9fff6b1683837fd /target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch
parent4c8f56fd1d62382fac641e58218da022a76be131 (diff)
downloadupstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.tar.gz
upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.tar.bz2
upstream-de1c12f7a181a27b8463f60fd88cb30f858ab517.zip
remove 2.6.34 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26229 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch')
-rw-r--r--target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch b/target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch
deleted file mode 100644
index e9577ba5a0..0000000000
--- a/target/linux/generic/patches-2.6.34/977-textsearch_kconfig_hacks.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/lib/Kconfig
-+++ b/lib/Kconfig
-@@ -158,16 +158,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"
-
- config BTREE
- boolean