mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02: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:
parent
62382ec72a
commit
ec02fd7fcb
@ -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
|
Loading…
Reference in New Issue
Block a user