diff options
Diffstat (limited to 'package/geoip/Config.in')
| -rw-r--r-- | package/geoip/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/geoip/Config.in b/package/geoip/Config.in new file mode 100644 index 0000000000..739a8da0f6 --- /dev/null +++ b/package/geoip/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_GEOIP + bool "geoip" + help + GeoIP is a C library that enables the user to find + geographical and network information of an IP address. + + To use this library, you need to download MaxMind's free + GeoLite or commercial GeoIP binary databases into the + target's /usr/share/GeoIP directory in uncompressed form. + + Note that GeoIP2 / GeoLite2 are not supported by this + library. + + https://github.com/maxmind/geoip-api-c |

