aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-08 15:07:39 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-08 15:07:39 +0000
commitdde5dc622a6be8a05e2e565cf2ab448af376457f (patch)
tree0509c4727aaeb49191ceca4cdf2c1aaee285bed3 /target
parent3f40745aaf2a89607754444375ac1d55c9f52ef4 (diff)
downloadupstream-dde5dc622a6be8a05e2e565cf2ab448af376457f.tar.gz
upstream-dde5dc622a6be8a05e2e565cf2ab448af376457f.tar.bz2
upstream-dde5dc622a6be8a05e2e565cf2ab448af376457f.zip
workaroun some stupid Kconfig bugs (#4895)
SVN-Revision: 15157
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hacks.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hacks.patch b/target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hacks.patch
new file mode 100644
index 0000000000..1ef893a728
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hacks.patch
@@ -0,0 +1,23 @@
+--- a/lib/Kconfig 2009-04-08 16:46:30.000000000 +0200
++++ b/lib/Kconfig 2009-04-08 16:46:15.000000000 +0200
+@@ -119,16 +119,16 @@
+ # 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"
+
+ #
+ # plist support is select#ed if needed