packages/net/zerotier/Config.in
Moritz Warning e684cb8bb8 zerotier: update zerotier to 1.2.2
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-03-19 17:57:14 +01:00

24 lines
494 B
Text

menu "Configuration"
depends on PACKAGE_zerotier
config ZEROTIER_ENABLE_DEBUG
bool "Build in debug mode"
depends on PACKAGE_zerotier
default n
config ZEROTIER_ENABLE_PORTMAPPING
bool "Build with MiniUPnPc and NAT-PMP support"
depends on PACKAGE_zerotier
default n
config ZEROTIER_ENABLE_CLUSTER
bool "Build with cluster support"
depends on PACKAGE_zerotier
default n
config ZEROTIER_ENABLE_SELFTEST
bool "Build self test program"
depends on PACKAGE_zerotier
default n
endmenu