diff options
author | Mike Baker <mbm@openwrt.org> | 2006-06-23 21:47:24 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-06-23 21:47:24 +0000 |
commit | 1ef7c9e055a572539e5e7ada6f69a89a3b51fcbe (patch) | |
tree | e544bc2898739c57399519b16e6eef3303f052f1 /openwrt/Makefile | |
parent | e6bd5e37795418e433e38d0d41ecaa269087a1fe (diff) | |
download | mtk-20170518-1ef7c9e055a572539e5e7ada6f69a89a3b51fcbe.zip mtk-20170518-1ef7c9e055a572539e5e7ada6f69a89a3b51fcbe.tar.gz mtk-20170518-1ef7c9e055a572539e5e7ada6f69a89a3b51fcbe.tar.bz2 |
switch on new verbose system
SVN-Revision: 4064
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index faeecaa..a554a1d 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -26,6 +26,7 @@ RELEASE:=Kamikaze #-------------------------------------------------------------- TOPDIR=${shell pwd} export TOPDIR +include $(TOPDIR)/include/verbose.mk OPENWRTVERSION:=$(RELEASE) ifneq ($(VERSION),) |