Merge pull request #3777 from pprindeville/update-isc-dhcp
[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_USE_MINIUPNPC
10 bool "Build with MiniUPnPc"
11 depends on PACKAGE_zerotier
12 default n
13
14 config ZEROTIER_ENABLE_NETWORK_CONTROLLER
15 bool "Build with network controller"
16 depends on PACKAGE_zerotier
17 default n
18
19 config ZEROTIER_ENABLE_SELFTEST
20 bool "Build a self test program"
21 depends on PACKAGE_zerotier
22 default n
23
24 endmenu