mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 06:39:51 +00:00
bcm53xx: image: use IMG_PREFIX for chk images
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42649
This commit is contained in:
parent
2ccf88744c
commit
f036f5801f
@ -43,7 +43,7 @@ endef
|
||||
# $(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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user