projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[ar7] add back the fixed PHY patches from #3124, until we move this to platform_data
[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.040898 seconds
and
5
git commands to generate.