Skip to content
Snippets Groups Projects
Commit a6f66252 authored by florian's avatar florian
Browse files

[kernel] add a workaround on kmod-textsearch modules (#4832)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15047 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 120dd248
No related branches found
No related tags found
No related merge requests found
--- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment