diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-11-12 15:19:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-11-12 15:19:41 +0000 |
commit | 3e64dbb862a65aeb054337c0aa757ae022709f91 (patch) | |
tree | 7014b901fe8a932120f9e0ba191359d247a77b56 | |
parent | c80fbd4dc96eb42b0621cc8a69247720f7458a8a (diff) | |
download | upstream-3e64dbb862a65aeb054337c0aa757ae022709f91.tar.gz upstream-3e64dbb862a65aeb054337c0aa757ae022709f91.tar.bz2 upstream-3e64dbb862a65aeb054337c0aa757ae022709f91.zip |
make build of the images a bit quiet
SVN-Revision: 9544
-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 f08ed564dd..4cb070ead4 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 \ |