kernel: add support for 3.8-rc2

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 35055
This commit is contained in:
Florian Fainelli
2013-01-08 22:19:31 +00:00
parent c38cb63808
commit 8dbed04ec9
150 changed files with 29125 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -280,16 +280,16 @@ config BCH_CONST_T
# 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"
config BTREE
boolean