From 54cd991725079fdce550e86f2303ece870203386 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 8 Sep 2014 19:55:36 +0000 Subject: kernel: drop 3.9 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 42452 --- .../patches-3.9/254-textsearch_kconfig_hacks.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 target/linux/generic/patches-3.9/254-textsearch_kconfig_hacks.patch (limited to 'target/linux/generic/patches-3.9/254-textsearch_kconfig_hacks.patch') diff --git a/target/linux/generic/patches-3.9/254-textsearch_kconfig_hacks.patch b/target/linux/generic/patches-3.9/254-textsearch_kconfig_hacks.patch deleted file mode 100644 index 9b0ed64..0000000 --- a/target/linux/generic/patches-3.9/254-textsearch_kconfig_hacks.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 -- cgit v1.1