tor: add geoip6 to tor-geoip
This add the IPv6 addresses to the tor-geoip6 package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
3c3f709792
commit
f382d5da0d
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue