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.openwrt.org/?a=commitdiff_plain;h=5228fe11d8cd00f9565f5697898731642baee26e;p=feed%2Fpackages.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 17e80f1397..ad1ca87fde 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))