mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 21:47:31 +02:00
0814286378
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25818 3c298f89-4303-0410-b956-a3cf2f4a3e73
20 lines
621 B
Diff
20 lines
621 B
Diff
Index: linux-2.6.38-rc6/lib/Kconfig
|
|
===================================================================
|
|
--- linux-2.6.38-rc6.orig/lib/Kconfig 2011-03-01 19:24:16.246703947 +0100
|
|
+++ linux-2.6.38-rc6/lib/Kconfig 2011-03-01 19:26:58.696312483 +0100
|
|
@@ -223,6 +223,13 @@ config LRU_CACHE
|
|
tristate
|
|
|
|
config AVERAGE
|
|
- bool
|
|
+ bool "Averaging functions"
|
|
+ help
|
|
+ This option is provided for the case where no in-kernel-tree
|
|
+ modules require averaging functions, but a module built outside
|
|
+ the kernel tree does. Such modules that use library averaging
|
|
+ functions require Y here.
|
|
+
|
|
+ If unsure, say N.
|
|
|
|
endmenu
|