Преглед на файлове

mac80211: select relayfs if ath9k debugfs is enabled

SVN-Revision: 35757
Felix Fietkau преди 13 години
родител
ревизия
6fbfeca6ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      package/mac80211/Makefile

+ 1 - 1
package/mac80211/Makefile

@@ -85,6 +85,7 @@ define KernelPackage/mac80211/config
 	config PACKAGE_MAC80211_DEBUGFS
 	config PACKAGE_MAC80211_DEBUGFS
 		bool "Export mac80211 internals in DebugFS"
 		bool "Export mac80211 internals in DebugFS"
 		select KERNEL_DEBUG_FS
 		select KERNEL_DEBUG_FS
+		select KERNEL_RELAY if PACKAGE_kmod-ath9k-common
 		default y
 		default y
 		help
 		help
 		  Select this to see extensive information about
 		  Select this to see extensive information about
@@ -385,7 +386,6 @@ define KernelPackage/ath/config
 
 
 	config PACKAGE_ATH_DEBUG
 	config PACKAGE_ATH_DEBUG
 		bool "Atheros wireless debugging"
 		bool "Atheros wireless debugging"
-		select KERNEL_RELAY
 		help
 		help
 		  Say Y, if you want to debug atheros wireless drivers.
 		  Say Y, if you want to debug atheros wireless drivers.
 		  Right now only ath9k makes use of this.
 		  Right now only ath9k makes use of this.