X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fimage-commands.mk;h=0f9ac0836cedb5b6d5ac9b327fba1df65ebc72ae;hp=9ec3a84884ba4b6266ee04e96f310ebd9a4bcce8;hb=479aaf6375e1823c484e2251f11eee5b911c48e7;hpb=138c76332b7e39b3c4e3018e7792e74645ab0c7a diff --git a/include/image-commands.mk b/include/image-commands.mk index 9ec3a84884..0f9ac0836c 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -118,6 +118,7 @@ define Build/fit -D $(DEVICE_NAME) -o $@.its -k $@ \ $(if $(word 2,$(1)),-d $(word 2,$(1))) -C $(word 1,$(1)) \ -a $(KERNEL_LOADADDR) -e $(if $(KERNEL_ENTRY),$(KERNEL_ENTRY),$(KERNEL_LOADADDR)) \ + -c $(if $(DEVICE_DTS_CONFIG),$(DEVICE_DTS_CONFIG),"config@1") \ -A $(LINUX_KARCH) -v $(LINUX_VERSION) PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $@.its $@.new @mv $@.new $@