[kernel] add a workaround on kmod-textsearch modules (#4832)
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.27 / 977-textsearch_kconfig_hacks.patch
1 --- a/lib/Kconfig 2009-03-23 23:04:09.000000000 +0100
2 +++ b/lib/Kconfig 2009-03-26 12:43:09.000000000 +0100
3 @@ -122,13 +122,13 @@
4 boolean
5
6 config TEXTSEARCH_KMP
7 - tristate
8 + tristate "Textsearch KMP"
9
10 config TEXTSEARCH_BM
11 - tristate
12 + tristate "Textsearch BM"
13
14 config TEXTSEARCH_FSM
15 - tristate
16 + tristate "Textsearch FSM"
17
18 #
19 # plist support is select#ed if needed
This page took 0.046583 seconds and 5 git commands to generate.