[fix] binary file name should be usteerd

the binary file name to be copied while install it in the OpenWrt package should be usteerd not usteer
This commit is contained in:
Dr.-Ing. Thomas Hühn
2020-11-19 16:46:12 +01:00
committed by GitHub
parent d10731f806
commit 3bbce2b6a7

View File

@@ -31,7 +31,7 @@ endef
define Package/usteer/install
$(INSTALL_DIR) $(1)/sbin $(1)/etc/init.d $(1)/etc/config
$(CP) ./files/* $(1)/
$(CP) $(PKG_BUILD_DIR)/usteer $(1)/sbin/
$(CP) $(PKG_BUILD_DIR)/usteerd $(1)/sbin/
endef
$(eval $(call BuildPackage,usteer))