projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af93f8
)
network/utils/maccalc: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:28:30 +0000
(09:28 +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/maccalc/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/maccalc/Makefile
b/package/network/utils/maccalc/Makefile
index b4800d0085e0a08c3eb60e7857399d399d39a6c9..dc11b6b7c1b59d8cef412cb16f2a7a8f0fbc28c8 100644
(file)
--- a/
package/network/utils/maccalc/Makefile
+++ b/
package/network/utils/maccalc/Makefile
@@
-25,11
+25,6
@@
define Package/maccalc/description
This package contains a MAC address manipulation utility.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
endef