|
@@ -60,7 +60,7 @@ define MENDER_INSTALL_CONFIG_FILES
|
|
|
|
|
|
$(INSTALL) -D -m 0755 $(@D)/support/mender-device-identity \
|
|
|
$(TARGET_DIR)/usr/share/mender/identity/mender-device-identity
|
|
|
- $(foreach f,hostinfo network os rootfs-type, \
|
|
|
+ $(foreach f,bootloader-integration hostinfo network os rootfs-type, \
|
|
|
$(INSTALL) -D -m 0755 $(@D)/support/mender-inventory-$(f) \
|
|
|
$(TARGET_DIR)/usr/share/mender/inventory/mender-inventory-$(f)
|
|
|
)
|