getdns: Initial commit of openwrt package for getdns library

Signed-off-by: David Mora <iamperson347+public@gmail.com>
This commit is contained in:
David Mora
2018-01-14 08:55:59 -05:00
committed by Karl Palsson
parent b3710f578a
commit 3e56158e82
2 changed files with 89 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
menu "Configuration"
depends on PACKAGE_getdns
config GETDNS_ENABLE_STUB_ONLY
bool "GETDNS_ENABLE_STUB_ONLY"
help
getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
default y
config GETDNS_ENABLE_IDN
bool "GETDNS_ENABLE_IDN"
help
getdns can be configured with some IDN Support. (Requires libidn dependency)
default n
endmenu