bf38b0bcaed7175de1503eaa79a9f3b5e2041354
[feed/packages.git] / net / zerotier / Config.in
1 menu "Configuration"
2 depends on PACKAGE_zerotier
3
4 config ZEROTIER_ENABLE_DEBUG
5 bool "Build in debug mode"
6 depends on PACKAGE_zerotier
7 default n
8
9 config ZEROTIER_ENABLE_PORTMAPPING
10 bool "Build with MiniUPnPc and NAT-PMP support"
11 depends on PACKAGE_zerotier
12 default n
13
14 config ZEROTIER_ENABLE_CLUSTER
15 bool "Build with cluster support"
16 depends on PACKAGE_zerotier
17 default n
18
19 config ZEROTIER_ENABLE_SELFTEST
20 bool "Build self test program"
21 depends on PACKAGE_zerotier
22 default n
23
24 endmenu