|
@@ -297,14 +297,14 @@ endef
|
|
|
define Build/qsdk-ipq-factory-nand
|
|
|
$(TOPDIR)/scripts/mkits-qsdk-ipq-image.sh \
|
|
|
[email protected] ubi $@
|
|
|
- mkimage -f [email protected] [email protected]
|
|
|
+ PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f [email protected] [email protected]
|
|
|
@mv [email protected] $@
|
|
|
endef
|
|
|
|
|
|
define Build/qsdk-ipq-factory-nor
|
|
|
$(TOPDIR)/scripts/mkits-qsdk-ipq-image.sh \
|
|
|
[email protected] hlos $(IMAGE_KERNEL) rootfs $(IMAGE_ROOTFS)
|
|
|
- mkimage -f [email protected] [email protected]
|
|
|
+ PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f [email protected] [email protected]
|
|
|
@mv [email protected] $@
|
|
|
endef
|
|
|
|