summaryrefslogtreecommitdiff
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-17 18:23:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-17 18:23:50 +0000
commite35822050ba289a4e6db91d9e72c9504f84fee97 (patch)
tree4f8e6a03d24401d85c2710c41213a6196125b198 /package/mac80211
parent984ab9a139ff629821147cd1f5ad3049cf7805a1 (diff)
downloadmtk-20170518-e35822050ba289a4e6db91d9e72c9504f84fee97.zip
mtk-20170518-e35822050ba289a4e6db91d9e72c9504f84fee97.tar.gz
mtk-20170518-e35822050ba289a4e6db91d9e72c9504f84fee97.tar.bz2
mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override (thx, KanjiMonster)
SVN-Revision: 26927
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 abd28f9..64e18b2 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -1242,7 +1242,7 @@ 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_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) \