projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8598f
)
network/ipv6/map: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:26:34 +0000
(09:26 +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/map/Makefile
patch
|
blob
|
history
diff --git
a/package/network/ipv6/map/Makefile
b/package/network/ipv6/map/Makefile
index af6f75874f4c40f2cd21c1550270499f1820a7ff..8cc1afeda1536a2edfb258a847ee60442d51dd57 100644
(file)
--- a/
package/network/ipv6/map/Makefile
+++ b/
package/network/ipv6/map/Makefile
@@
-30,11
+30,6
@@
define Package/map/description
configuration details.
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Package/map/install
$(INSTALL_DIR) $(1)/lib/netifd/proto
$(INSTALL_BIN) ./files/map.sh $(1)/lib/netifd/proto/map.sh