mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-03 00:54:01 +08:00
getdns: clean up the configuration menu
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
parent
487932e39e
commit
fa26b7ecac
@ -2,15 +2,15 @@ menu "Configuration"
|
|||||||
depends on PACKAGE_getdns
|
depends on PACKAGE_getdns
|
||||||
|
|
||||||
config GETDNS_ENABLE_STUB_ONLY
|
config GETDNS_ENABLE_STUB_ONLY
|
||||||
bool "GETDNS_ENABLE_STUB_ONLY"
|
bool "Stub resolution mode only"
|
||||||
help
|
|
||||||
getdns can be configured for stub resolution mode only. (Removes libunbound dependency)
|
|
||||||
default y
|
default y
|
||||||
|
help
|
||||||
|
getdns can be configured for stub resolution mode only (removes libunbound dependency).
|
||||||
|
|
||||||
config GETDNS_ENABLE_IDN_LIBIDN2
|
config GETDNS_ENABLE_IDN_LIBIDN2
|
||||||
bool "GETDNS_ENABLE_IDN_LIBIDN2"
|
bool "IDN support"
|
||||||
help
|
|
||||||
getdns can be configured with some IDN Support. (Requires libidn2 dependency)
|
|
||||||
default n
|
default n
|
||||||
|
help
|
||||||
|
getdns can be configured with some IDN Support (requires libidn2 dependency).
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
Reference in New Issue
Block a user