summaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-06-21 20:44:50 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-06-21 20:44:50 +0000
commita3a5eb275f558903d1044ad267e2e5d9905ee0ce (patch)
tree78208f7d6782d8576c32c8cd31f9a84f784d4366 /package/mac80211
parentcda72f33f4844b57955cf95dc5e576f52b393776 (diff)
downloadmaster-31e0f0ae-a3a5eb275f558903d1044ad267e2e5d9905ee0ce.tar.gz
master-31e0f0ae-a3a5eb275f558903d1044ad267e2e5d9905ee0ce.tar.bz2
master-31e0f0ae-a3a5eb275f558903d1044ad267e2e5d9905ee0ce.zip
mac80211: fix debugfs for ath9k_htc
if debugfs was enabled ath9k_htc did not load. SVN-Revision: 27251
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 7b669b0a19..70615d9ea3 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -1234,7 +1234,6 @@ MAKE_OPTS:= \
CONFIG_B43_PHY_N=$(if $(CONFIG_PACKAGE_B43_PHY_N),y) \
CONFIG_ATH_COMMON=$(if $(CONFIG_PACKAGE_kmod-ath),m) \
CONFIG_ATH_DEBUG=$(if $(CONFIG_PACKAGE_ATH_DEBUG),y) \
- CONFIG_ATH5K_DEBUG=$(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS),y) \
CONFIG_ATH9K_PKTLOG=$(if $(CONFIG_PACKAGE_ATH_DEBUG),y) \
CONFIG_ATH5K=$(if $(CONFIG_PACKAGE_kmod-ath5k),m) \
CONFIG_ATH5K_PCI=$(if $(CONFIG_TARGET_atheros),,y) \
@@ -1244,6 +1243,7 @@ MAKE_OPTS:= \
CONFIG_ATH9K_PCI=$(CONFIG_PCI) \
CONFIG_ATH9K_AHB=$(if $(CONFIG_TARGET_ar71xx),y) \
CONFIG_ATH9K_HTC=$(if $(CONFIG_PACKAGE_kmod-ath9k-htc),m) \
+ CONFIG_ATH9K_HTC_DEBUGFS=$(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS),y) \
CONFIG_ATH9K_HW=$(if $(CONFIG_PACKAGE_kmod-ath9k-common),m) \
CONFIG_ATH9K_COMMON=$(if $(CONFIG_PACKAGE_kmod-ath9k-common),m) \
CONFIG_ATH9K_DEBUGFS=$(if $(CONFIG_PACKAGE_MAC80211_DEBUGFS),y) \