summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-03-01 18:55:00 +0000
committerMichael Büsch <mb@bu3sch.de>2011-03-01 18:55:00 +0000
commit7b44be03d86bb3b7ce2e81cfc750d783dff2c892 (patch)
tree7d8424c487f94e05fe4a5a5651fce45acfc471e1 /target/linux/generic/patches-2.6.38
parentb90a6f768243f78fec5ed39614e9d00d21ac4263 (diff)
downloadmaster-31e0f0ae-7b44be03d86bb3b7ce2e81cfc750d783dff2c892.tar.gz
master-31e0f0ae-7b44be03d86bb3b7ce2e81cfc750d783dff2c892.tar.bz2
master-31e0f0ae-7b44be03d86bb3b7ce2e81cfc750d783dff2c892.zip
2.6.38: Let mac80211 select CONFIG_AVERAGE
SVN-Revision: 25818
Diffstat (limited to 'target/linux/generic/patches-2.6.38')
-rw-r--r--target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch b/target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch
new file mode 100644
index 0000000000..a87d269c02
--- /dev/null
+++ b/target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch
@@ -0,0 +1,19 @@
+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