summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-18 22:49:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-18 22:49:27 +0000
commit4d144eee67a94959f1a5d875678e466775782c14 (patch)
treede8681c442911adee829f5a052def8ff357bca5a /package/madwifi/Makefile
parentf4b516ef34211bfff04b45570bbe0b3f62d43f7f (diff)
downloadmaster-31e0f0ae-4d144eee67a94959f1a5d875678e466775782c14.tar.gz
master-31e0f0ae-4d144eee67a94959f1a5d875678e466775782c14.tar.bz2
master-31e0f0ae-4d144eee67a94959f1a5d875678e466775782c14.zip
fix some madwifi-testing bugs
SVN-Revision: 11865
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index a27af52ab1..0711e6d578 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -120,7 +120,7 @@ ifeq ($(findstring PCI,$(BUS)),PCI)
MADWIFI_AUTOLOAD+= ath_pci
endif
-MADWIFI_APPLETS:=80211stats,athchans,athctrl,athkey,athstats,wlanconfig,ath_info
+MADWIFI_APPLETS:=80211stats,athchans,athctrl,athkey,athstats,wlanconfig,$(if $(CONFIG_MADWIFI_TESTING),ath_info/)ath_info
ifdef CONFIG_MADWIFI_DEBUG
MADWIFI_APPLETS:=$(strip $(MADWIFI_APPLETS)),athdebug,80211debug
endif