From 081428637831c92233fb3e19d2cfb91cd74d2516 Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 1 Mar 2011 18:55:00 +0000 Subject: 2.6.38: Let mac80211 select CONFIG_AVERAGE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25818 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../982-make-config-average-selectable.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch (limited to 'target/linux/generic/patches-2.6.38/982-make-config-average-selectable.patch') 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 000000000..a87d269c0 --- /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 -- cgit v1.2.3