From 009e36806b89a29141dbe28b170117f5330b06da Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 26 Jul 2014 12:23:56 +0000 Subject: kernel: remove kernel 3.6 kernel 3.6 is not used by any target any more, remove it. Signed-off-by: Hauke Mehrtens SVN-Revision: 41834 --- .../patches-3.6/254-textsearch_kconfig_hacks.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 target/linux/generic/patches-3.6/254-textsearch_kconfig_hacks.patch (limited to 'target/linux/generic/patches-3.6/254-textsearch_kconfig_hacks.patch') diff --git a/target/linux/generic/patches-3.6/254-textsearch_kconfig_hacks.patch b/target/linux/generic/patches-3.6/254-textsearch_kconfig_hacks.patch deleted file mode 100644 index 690642d6a0..0000000000 --- a/target/linux/generic/patches-3.6/254-textsearch_kconfig_hacks.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/lib/Kconfig -+++ b/lib/Kconfig -@@ -277,16 +277,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.2.3