diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2016-10-06 09:25:56 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-15 11:36:52 +0200 |
commit | 3f8598feaffda79477912f663639f7f4e20ca431 (patch) | |
tree | 5e1f0469b3690bf4d15074ea07fca93e59bed32e /package/network/utils/iwcap | |
parent | 598722956b74a4d9039a1e99c5d51533400cd275 (diff) | |
download | upstream-3f8598feaffda79477912f663639f7f4e20ca431.tar.gz upstream-3f8598feaffda79477912f663639f7f4e20ca431.tar.bz2 upstream-3f8598feaffda79477912f663639f7f4e20ca431.zip |
network/utils/iwcap: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/network/utils/iwcap')
-rw-r--r-- | package/network/utils/iwcap/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/network/utils/iwcap/Makefile b/package/network/utils/iwcap/Makefile index 333344eeeb..7b43d6222a 100644 --- a/package/network/utils/iwcap/Makefile +++ b/package/network/utils/iwcap/Makefile @@ -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 |