[kernel] workaroun some stupid Kconfig bugs (#4895)
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.28 / 977-textsearch_kconfig_hacks.patch
1 --- a/lib/Kconfig 2009-04-08 16:46:30.000000000 +0200
2 +++ b/lib/Kconfig 2009-04-08 16:46:15.000000000 +0200
3 @@ -119,16 +119,16 @@
4 # Textsearch support is select'ed if needed
5 #
6 config TEXTSEARCH
7 - boolean
8 + boolean "Textsearch support"
9
10 config TEXTSEARCH_KMP
11 - tristate
12 + tristate "Textsearch KMP"
13
14 config TEXTSEARCH_BM
15 - tristate
16 + tristate "Textsearch BM"
17
18 config TEXTSEARCH_FSM
19 - tristate
20 + tristate "Textsearch FSM"
21
22 #
23 # plist support is select#ed if needed
This page took 0.040399 seconds and 5 git commands to generate.