mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
e684cb8bb8
Signed-off-by: Moritz Warning <moritzwarning@web.de>
25 lines
494 B
Plaintext
25 lines
494 B
Plaintext
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
|