Author: rmilecki Date: 2014-09-22 20:11:09 +0200 (Mon, 22 Sep 2014) New Revision: 42649
Modified: trunk/target/linux/bcm53xx/image/Makefile Log: bcm53xx: image: use IMG_PREFIX for chk images Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/target/linux/bcm53xx/image/Makefile =================================================================== --- trunk/target/linux/bcm53xx/image/Makefile 2014-09-22 12:07:20 UTC (rev 42648) +++ trunk/target/linux/bcm53xx/image/Makefile 2014-09-22 18:11:09 UTC (rev 42649) @@ -43,7 +43,7 @@ # $(4): region. define Image/Build/Chk $(call Image/Build/$(1)/DTB,$(2)) - $(STAGING_DIR_HOST)/bin/mkchkimg -o $(BIN_DIR)/openwrt-$(2)-$(1).chk -k $(KDIR)/$(IMG_PREFIX)-$(2)-$(1).trx -b $(3) -r $(4) + $(STAGING_DIR_HOST)/bin/mkchkimg -o $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1).chk -k $(KDIR)/$(IMG_PREFIX)-$(2)-$(1).trx -b $(3) -r $(4) endef # $(1): filesystem type (e.g. squashfs, initramfs). _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
