X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2562cde3ef7a4f658752c2be4512db2a15fbb35d..875a24be1f84f391fe4e7f75c37c80e5804617e5:/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