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))