mirror of https://github.com/hak5/openwrt.git
24 lines
473 B
Diff
24 lines
473 B
Diff
|
--- a/lib/Kconfig 2009-04-08 16:46:30.000000000 +0200
|
||
|
+++ b/lib/Kconfig 2009-04-08 16:46:15.000000000 +0200
|
||
|
@@ -119,16 +119,16 @@
|
||
|
# 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"
|
||
|
|
||
|
#
|
||
|
# plist support is select#ed if needed
|