aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120eb-2.6
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-02 19:10:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-02 19:10:14 +0000
commit46d721d0c23bfbcf5b3df797659f1de082e9b2f4 (patch)
tree942288b066fb7a157f2ec0be2592dcde51ec545a /target/linux/adm5120eb-2.6
parent63a2d4d838aed0c7120442a6158015c74cdf4303 (diff)
downloadupstream-46d721d0c23bfbcf5b3df797659f1de082e9b2f4.tar.gz
upstream-46d721d0c23bfbcf5b3df797659f1de082e9b2f4.tar.bz2
upstream-46d721d0c23bfbcf5b3df797659f1de082e9b2f4.zip
fix a glitch in the status output of the non-verbose builds for adm5120
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7856 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120eb-2.6')
-rw-r--r--target/linux/adm5120eb-2.6/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120eb-2.6/image/Makefile b/target/linux/adm5120eb-2.6/image/Makefile
index a36b94cf7e..8088726f91 100644
--- a/target/linux/adm5120eb-2.6/image/Makefile
+++ b/target/linux/adm5120eb-2.6/image/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
IMGNAME = $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)
-LOADER_MAKE = $(MAKE) -C lzma-loader KDIR=$(KDIR)
+LOADER_MAKE = $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR)
define Image/Build/Loader
$(LOADER_MAKE) LOADER=loader-$(1).$(2) LOADER_DATA="" \