network/utils/iwcap: drop Build/Prepare rule in favor of default one

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lede-17.01
Alexandru Ardelean 2016-10-06 09:25:56 +03:00 committed by John Crispin
parent 598722956b
commit 3f8598feaf
1 changed files with 0 additions and 5 deletions

View File

@ -29,11 +29,6 @@ define Package/iwcap/description
endef
define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
define Build/Configure
endef