From a6f662524e74308a8b4cb708f3844e6a79436989 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 26 Mar 2009 12:04:42 +0000 Subject: [kernel] add a workaround on kmod-textsearch modules (#4832) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15047 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.27/977-textsearch_kconfig_hacks.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch (limited to 'target/linux/generic-2.6/patches-2.6.27') diff --git a/target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch new file mode 100644 index 000000000..9ce0484ac --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.27/977-textsearch_kconfig_hacks.patch @@ -0,0 +1,19 @@ +--- a/lib/Kconfig 2009-03-23 23:04:09.000000000 +0100 ++++ b/lib/Kconfig 2009-03-26 12:43:09.000000000 +0100 +@@ -122,13 +122,13 @@ + boolean + + 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 -- cgit v1.2.3