add ddupdate

This commit is contained in:
rjkm 2021-01-18 16:11:18 +01:00
parent b4c1b2f81b
commit 35aedfcc4c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ define OCTONET_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/octokey $(TARGET_DIR)/usr/bin/octokey
$(INSTALL) -m 0755 -D $(@D)/octonet $(TARGET_DIR)/usr/bin/octonet
$(INSTALL) -m 0755 -D $(@D)/ddtest $(TARGET_DIR)/usr/bin/ddtest
$(INSTALL) -m 0755 -D $(@D)/ddupdate $(TARGET_DIR)/usr/bin/ddupdate
endef
$(eval $(generic-package))