mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
imx6: use $PATH to locate dtc binary
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37362 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
295bb7f059
commit
a3c219ccf6
@ -16,7 +16,7 @@ define mkfit
|
||||
-v 'OpenWrt Linux-$(LINUX_VERSION)' \
|
||||
-d $(LINUX_DIR)/arch/arm/boot/dts/$(1).dtb -k $(LINUX_DIR)/arch/arm/boot/zImage \
|
||||
-o $(KDIR)/$(1)-uImage.its
|
||||
mkimage -B $(LINUX_DIR)/scripts/dtc/dtc -f $(KDIR)/$(1)-uImage.its $(BIN_DIR)/openwrt-$(1)-uImage.itb
|
||||
PATH=$(LINUX_DIR)/scripts/dtc:$(PATH) mkimage -f $(KDIR)/$(1)-uImage.its $(BIN_DIR)/openwrt-$(1)-uImage.itb
|
||||
endef
|
||||
|
||||
# emit FIT images, DTB's and generic zImage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user