ath9k: issue a cold reset after failures or after bringing the chip out of full sleep...
[openwrt.git] / include / verbose.mk
index e17b126..2e8ace4 100644 (file)
@@ -20,7 +20,7 @@ ifeq ($(OPENWRT_VERBOSE),99)
 endif
 
 ifeq ($(NO_TRACE_MAKE),)
-NO_TRACE_MAKE := $(MAKE) V=$(subst w,s,$(OPENWRT_VERBOSE))
+NO_TRACE_MAKE := $(MAKE) V=s$(OPENWRT_VERBOSE)
 export NO_TRACE_MAKE
 endif