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 | fa98e6a6e4ade1490be6a5225e49242007aa6d5f (patch) | |
tree | e93dafddc18aa224bc6aa252d2eb94756f85a85c /package/madwifi/patches/424-timing.patch | |
parent | 020508d5cba56a1970d2351f59c3ad407fc70fee (diff) | |
download | upstream-fa98e6a6e4ade1490be6a5225e49242007aa6d5f.tar.gz upstream-fa98e6a6e4ade1490be6a5225e49242007aa6d5f.tar.bz2 upstream-fa98e6a6e4ade1490be6a5225e49242007aa6d5f.zip |
madwifi: reduce the size of the multicall tool binary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18112 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 4dfa3c97a6..a8b82fa104 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 |