|
@@ -294,7 +294,7 @@ endif
|
|
|
define LINUX_INSTALL_HOST_TOOLS
|
|
|
# Installing dtc (device tree compiler) as host tool, if selected
|
|
|
if grep -q "CONFIG_DTC=y" $(@D)/.config; then \
|
|
|
- $(INSTALL) -D -m 0755 $(@D)/scripts/dtc/dtc $(HOST_DIR)/usr/bin/dtc ; \
|
|
|
+ $(INSTALL) -D -m 0755 $(@D)/scripts/dtc/dtc $(HOST_DIR)/usr/bin/linux-dtc ; \
|
|
|
fi
|
|
|
endef
|
|
|
|