[tools/firmware-utils] imagetag: Significantly updated brcm63xx imagetag writing...
[openwrt.git] / tools / firmware-utils / Makefile
index ace2aaa..eb42f63 100644 (file)
@@ -15,7 +15,6 @@ define cc
        $(CC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2)
 endef
 
-
 define Host/Compile
        mkdir -p $(HOST_BUILD_DIR)/bin
        $(call cc,addpattern)
@@ -33,7 +32,7 @@ define Host/Compile
        $(call cc,mkcasfw)
        $(call cc,mkfwimage,-lz)
        $(call cc,mkfwimage2,-lz)
-       $(call cc,imagetag)
+       $(call cc,imagetag imagetag_cmdline)
        $(call cc,add_header)
        $(call cc,makeamitbin)
        $(call cc,encode_crc)
This page took 0.023341 seconds and 4 git commands to generate.