From: Hauke Mehrtens Date: Sat, 14 Jan 2017 14:26:41 +0000 (+0100) Subject: tor: add geoip6 to tor-geoip X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f382d5da0dd6bf2fec07331e2d677dbccdc6bd5a;p=openwrt-packages.git tor: add geoip6 to tor-geoip This add the IPv6 addresses to the tor-geoip6 package. Signed-off-by: Hauke Mehrtens --- diff --git a/net/tor/Makefile b/net/tor/Makefile index 17e80f139..ad1ca87fd 100644 --- 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))