projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8135a5
)
network/ipv6/6rd: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:24:31 +0000
(09:24 +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/ipv6/6rd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/ipv6/6rd/Makefile
b/package/network/ipv6/6rd/Makefile
index 04d607eb9e4dfbeee05d9f3102133e1e3c46cbef..899c0f13f218454a47d1176fed3da86daa1f3d3e 100644
(file)
--- a/
package/network/ipv6/6rd/Makefile
+++ b/
package/network/ipv6/6rd/Makefile
@@
-29,11
+29,6
@@
Refer to http://wiki.openwrt.org/doc/uci/network for
configuration details.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
endef