diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-21 00:20:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-21 00:20:42 +0000 |
commit | 4228768e313c33b209e9ee802ac1b13a91113833 (patch) | |
tree | a588d018a517f95588ddc069872927f0c83870d5 /package/madwifi/patches/424-timing.patch | |
parent | b2f4f696bfbca60cb0825da725c483f559975e65 (diff) | |
download | mtk-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.patch | 2 |
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 |