X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2562cde3ef7a4f658752c2be4512db2a15fbb35d..24168b91595c0c5a9420c348c4c16e727e1aaa81:/package/madwifi/patches/424-timing.patch?ds=inline 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