1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00

[kernel] workaroun some stupid Kconfig bugs (#4895)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15157 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-04-08 15:07:39 +00:00
parent 62382ec72a
commit ec02fd7fcb

View File

@ -0,0 +1,23 @@
--- 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