fix build failure on vmlinux.lds with 2.6.31 (#6052)
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.27 / 977-textsearch_kconfig_hacks.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -122,13 +122,13 @@ config TEXTSEARCH
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