projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5987229
)
network/utils/iwcap: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:25:56 +0000
(09:25 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:52 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/network/utils/iwcap/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iwcap/Makefile
b/package/network/utils/iwcap/Makefile
index 333344eeeb9bf96abc083f2085ee2b5448541fac..7b43d6222aeabab9dc815f9f30d5a300e33cccac 100644
(file)
--- 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