obudpst: remove unnecessary Build/InstallDev section

This commit is contained in:
Sukru Senli 2021-09-19 17:57:43 +02:00
parent fd050bc759
commit 47ffb81c08

View file

@ -29,12 +29,6 @@ define Build/Install
: :
endef endef
define Build/InstallDev
mkdir -p $(PKG_INSTALL_DIR)
$(CP) $(PKG_BUILD_DIR)/ipkg-$(PKGARCH)/$(PKG_NAME)/* $(PKG_INSTALL_DIR)/
rm -rf $(PKG_INSTALL_DIR)/CONTROL
endef
define Package/obudpst/description define Package/obudpst/description
Open Broadband-UDP Speed Test (OB-UDPST) is a client/server software utility to demonstrate Open Broadband-UDP Speed Test (OB-UDPST) is a client/server software utility to demonstrate
one approach of doing IP capacity measurements described by Broadband Forum TR-471. one approach of doing IP capacity measurements described by Broadband Forum TR-471.