summaryrefslogtreecommitdiff
path: root/package/madwifi/patches/424-timing.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-21 00:20:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-21 00:20:42 +0000
commit4228768e313c33b209e9ee802ac1b13a91113833 (patch)
treea588d018a517f95588ddc069872927f0c83870d5 /package/madwifi/patches/424-timing.patch
parentb2f4f696bfbca60cb0825da725c483f559975e65 (diff)
downloadmtk-20170518-4228768e313c33b209e9ee802ac1b13a91113833.zip
mtk-20170518-4228768e313c33b209e9ee802ac1b13a91113833.tar.gz
mtk-20170518-4228768e313c33b209e9ee802ac1b13a91113833.tar.bz2
madwifi: reduce the size of the multicall tool binary
SVN-Revision: 18112
Diffstat (limited to 'package/madwifi/patches/424-timing.patch')
-rw-r--r--package/madwifi/patches/424-timing.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/424-timing.patch b/package/madwifi/patches/424-timing.patch
index 4dfa3c9..a8b82fa 100644
--- a/package/madwifi/patches/424-timing.patch
+++ b/package/madwifi/patches/424-timing.patch
@@ -568,7 +568,7 @@
-ALLPROGS= athstats 80211stats athkey athchans athctrl \
+ALLPROGS= athstats 80211stats athkey athchans \
- athdebug 80211debug wlanconfig ath_info
+ $(if $(DEBUG),athdebug 80211debug) wlanconfig ath_info
OBJS= $(patsubst %,%.o,$(ALLPROGS))
--- a/tools/athctrl.c