mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
16 lines
333 B
Text
16 lines
333 B
Text
if PACKAGE_ddnsmngr
|
|
choice
|
|
prompt "Select backend for dynamic DNS management"
|
|
default DDNSMNGR_BACKEND_DDNSSCRIPT
|
|
depends on PACKAGE_ddnsmngr
|
|
help
|
|
Select which package to use for dynamic DNS support
|
|
|
|
config DDNSMNGR_BACKEND_DDNSSCRIPT
|
|
bool "Use ddns_script"
|
|
|
|
config DDNSMNGR_BACKEND_INADYN
|
|
bool "Use inadyn"
|
|
|
|
endchoice
|
|
endif
|