mirror of https://github.com/hak5/openwrt.git
20 lines
375 B
Diff
20 lines
375 B
Diff
|
--- a/lib/Kconfig 2009-03-23 23:04:09.000000000 +0100
|
||
|
+++ b/lib/Kconfig 2009-03-26 12:43:09.000000000 +0100
|
||
|
@@ -122,13 +122,13 @@
|
||
|
boolean
|
||
|
|
||
|
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
|