From 3bbce2b6a7ca9e2a51291468e219e08cd8d10ed2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dr=2E-Ing=2E=20Thomas=20H=C3=BChn?= Date: Thu, 19 Nov 2020 16:46:12 +0100 Subject: [PATCH] [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 --- openwrt/usteer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/usteer/Makefile b/openwrt/usteer/Makefile index cf8e2cb..4f26355 100644 --- a/openwrt/usteer/Makefile +++ b/openwrt/usteer/Makefile @@ -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)) -- 2.30.2