X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2562cde3ef7a4f658752c2be4512db2a15fbb35d..51c76d8aa5224233370fa5de9cc1277f5a797a66:/package/madwifi/patches/424-timing.patch?ds=sidebyside diff --git a/package/madwifi/patches/424-timing.patch b/package/madwifi/patches/424-timing.patch index 4dfa3c97a..a8b82fa10 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