projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4001649
)
tor: add geoip6 to tor-geoip
author
Hauke Mehrtens
<
[email protected]
>
Sat, 14 Jan 2017 14:26:41 +0000
(15:26 +0100)
committer
Zoltan HERPAI
<
[email protected]
>
Fri, 10 Nov 2017 13:06:56 +0000
(14:06 +0100)
This add the IPv6 addresses to the tor-geoip6 package.
Signed-off-by: Hauke Mehrtens <
[email protected]
>
net/tor/Makefile
patch
|
blob
|
history
diff --git
a/net/tor/Makefile
b/net/tor/Makefile
index 17e80f13974751bb9d80c6a681c1e408670f446f..ad1ca87fde850db5605a9036eafb348d500d732e 100644
(file)
--- a/
net/tor/Makefile
+++ b/
net/tor/Makefile
@@
-102,6
+102,7
@@
endef
define Package/tor-geoip/install
$(INSTALL_DIR) $(1)/usr/share/tor
$(CP) $(PKG_INSTALL_DIR)/usr/share/tor/geoip $(1)/usr/share/tor/
+ $(CP) $(PKG_INSTALL_DIR)/usr/share/tor/geoip6 $(1)/usr/share/tor/
endef
$(eval $(call BuildPackage,tor))