kernel: add support for linux 3.2.1
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.2 / 254-textsearch_kconfig_hacks.patch
diff --git a/target/linux/generic/patches-3.2/254-textsearch_kconfig_hacks.patch b/target/linux/generic/patches-3.2/254-textsearch_kconfig_hacks.patch
new file mode 100644 (file)
index 0000000..a769f9d
--- /dev/null
@@ -0,0 +1,23 @@
+--- a/lib/Kconfig
++++ b/lib/Kconfig
+@@ -197,16 +197,16 @@ config BCH_CONST_T
+ # 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