From d298757300c002912b351f392d8a43af5cdd9250 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Wed, 6 Oct 2021 18:48:39 +0200 Subject: [PATCH] obudpst: install as udpst --- obudpst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obudpst/Makefile b/obudpst/Makefile index 6670e5e55..943731926 100644 --- a/obudpst/Makefile +++ b/obudpst/Makefile @@ -36,7 +36,7 @@ endef define Package/obudpst/install $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/udpst $(1)/usr/sbin/obudpst + $(INSTALL_BIN) $(PKG_BUILD_DIR)/udpst $(1)/usr/sbin/udpst endef $(eval $(call BuildPackage,obudpst))