projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel] revert 15922 - add back 2.6.29 kernel support
[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
This page took
0.042108 seconds
and
5
git commands to generate.