diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-12 15:19:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-11-12 15:19:41 +0000 |
commit | 3217f35a1aab89d24733f755584e7ea1c9de7a5d (patch) | |
tree | f638427c9095ff3281e4e0226e5c00c119f7dbea /target | |
parent | f02f5811377bcda0159c07e03b214cb516b05093 (diff) |
[adm5120] make build of the images a bit quiet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9544 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/adm5120/image/router_le.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120/image/router_le.mk b/target/linux/adm5120/image/router_le.mk index f08ed564d..4cb070ead 100644 --- a/target/linux/adm5120/image/router_le.mk +++ b/target/linux/adm5120/image/router_le.mk @@ -30,12 +30,12 @@ endef define Image/Build/Edimax $(call Image/Build/Loader,$(2),gz,0x80500000,0x6D8,y,$(2)) $(call Image/Build/TRXEdimax,$(call imgname,$(1),$(2)).trx,$(1)) - $(STAGING_DIR_HOST)/bin/mkcsysimg -B $(2) -v -v -d -w \ + $(STAGING_DIR_HOST)/bin/mkcsysimg -B $(2) -d -w \ -r $(KDIR)/loader-$(2).gz::0x1000 \ -x $(call imgname,$(1),$(2)).trx:0x10000 \ -x $(JFFS2MARK):0x10000 \ $(call imgname,$(1),$(2))-webui.bin - $(STAGING_DIR_HOST)/bin/mkcsysimg -B $(2) -v -v -d \ + $(STAGING_DIR_HOST)/bin/mkcsysimg -B $(2) -d \ -r $(KDIR)/loader-$(2).gz::0x1000 \ -x $(call imgname,$(1),$(2)).trx:0x10000 \ -x $(JFFS2MARK):0x10000 \ |