From: Felix Fietkau Date: Tue, 17 May 2011 18:23:50 +0000 (+0000) Subject: mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=a3376c3db8444869073a979ab90fc566fc86b683 mac80211: sync the CONFIG_ATH5K_DEBUG make override with the buildflags override (thx, KanjiMonster) SVN-Revision: 26927 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index abd28f9c40..64e18b2e70 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) \