aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-02-23 12:12:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-02-23 12:12:39 +0000
commit6fbfeca6efcf942a73fedd5401af9cd6e2bd3041 (patch)
tree599535a511de784726373a95103d6d8ee7fb9aae /package/mac80211
parentc730da325aabe2e9e558ab929a3c66ebc612d16b (diff)
downloadupstream-6fbfeca6efcf942a73fedd5401af9cd6e2bd3041.tar.gz
upstream-6fbfeca6efcf942a73fedd5401af9cd6e2bd3041.tar.bz2
upstream-6fbfeca6efcf942a73fedd5401af9cd6e2bd3041.zip
mac80211: select relayfs if ath9k debugfs is enabled
SVN-Revision: 35757
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 6ec80b1689..0af2c529b9 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -85,6 +85,7 @@ define KernelPackage/mac80211/config
config PACKAGE_MAC80211_DEBUGFS
bool "Export mac80211 internals in DebugFS"
select KERNEL_DEBUG_FS
+ select KERNEL_RELAY if PACKAGE_kmod-ath9k-common
default y
help
Select this to see extensive information about
@@ -385,7 +386,6 @@ define KernelPackage/ath/config
config PACKAGE_ATH_DEBUG
bool "Atheros wireless debugging"
- select KERNEL_RELAY
help
Say Y, if you want to debug atheros wireless drivers.
Right now only ath9k makes use of this.