You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
freifunkist-firmware/target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hack...

23 lines
473 B

--- 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