projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[generic-2.6] move IMAGE_CMDLINE_HACK default to generic from targets
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
977-textsearch_kconfig_hacks.patch
1
--- a/lib/Kconfig
2
+++ b/lib/Kconfig
3
@@ -142,16 +142,16 @@ config REED_SOLOMON_DEC16
4
# Textsearch support is select'ed if needed
5
#
6
config TEXTSEARCH
7
- boolean
8
+ boolean "Textsearch support"
9
10
config TEXTSEARCH_KMP
11
- tristate
12
+ tristate "Textsearch KMP"
13
14
config TEXTSEARCH_BM
15
- tristate
16
+ tristate "Textsearch BM"
17
18
config TEXTSEARCH_FSM
19
- tristate
20
+ tristate "Textsearch FSM"
21
22
config HAS_IOMEM
23
boolean
This page took
0.044941 seconds
and
5
git commands to generate.