From d26694243af236fed09a4b38f3cc68e40ad063b5 Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Sun, 25 Jan 2015 15:20:39 +0000
Subject: generic: add preliminary 3.19 support

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 44126
---
 .../254-textsearch_kconfig_hacks.patch             | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 target/linux/generic/patches-3.19/254-textsearch_kconfig_hacks.patch

(limited to 'target/linux/generic/patches-3.19/254-textsearch_kconfig_hacks.patch')

diff --git a/target/linux/generic/patches-3.19/254-textsearch_kconfig_hacks.patch b/target/linux/generic/patches-3.19/254-textsearch_kconfig_hacks.patch
new file mode 100644
index 0000000..3c3b1e1
--- /dev/null
+++ b/target/linux/generic/patches-3.19/254-textsearch_kconfig_hacks.patch
@@ -0,0 +1,23 @@
+--- a/lib/Kconfig
++++ b/lib/Kconfig
+@@ -320,16 +320,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
-- 
cgit v1.1