summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-26 12:04:42 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-26 12:04:42 +0000
commit964f6031c558df44e068edf831324cde3a294955 (patch)
tree3edf8f60bcdceda14fbdd71e462fea17c4b824fa /target
parent2f2305963aad2784f555ef30f031e93cf97c9bc0 (diff)
downloadmtk-20170518-964f6031c558df44e068edf831324cde3a294955.zip
mtk-20170518-964f6031c558df44e068edf831324cde3a294955.tar.gz
mtk-20170518-964f6031c558df44e068edf831324cde3a294955.tar.bz2
add a workaround on kmod-textsearch modules (#4832)
SVN-Revision: 15047
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch
new file mode 100644
index 0000000..9ce0484
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch
@@ -0,0 +1,19 @@
+--- a/lib/Kconfig 2009-03-23 23:04:09.000000000 +0100
++++ b/lib/Kconfig 2009-03-26 12:43:09.000000000 +0100
+@@ -122,13 +122,13 @@
+ boolean
+
+ 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