1config BR2_PACKAGE_GEOIP 2 bool "geoip" 3 help 4 GeoIP is a C library that enables the user to find 5 geographical and network information of an IP address. 6 7 To use this library, you need to download MaxMind's free 8 GeoLite or commercial GeoIP binary databases into the 9 target's /usr/share/GeoIP directory in uncompressed form. 10 11 Note that GeoIP2 / GeoLite2 are not supported by this 12 library. 13 14 https://github.com/maxmind/geoip-api-c 15