[kernel] workaroun some stupid Kconfig bugs (#4895)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Apr 2009 15:07:39 +0000 (15:07 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Apr 2009 15:07:39 +0000 (15:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15157 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.28/977-textsearch_kconfig_hacks.patch [new file with mode: 0644]

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 (file)
index 0000000..1ef893a
--- /dev/null
@@ -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
This page took 0.030736 seconds and 4 git commands to generate.