adblock: update 3.0.3
[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_SELFTEST
10 bool "Build a self test program"
11 depends on PACKAGE_zerotier
12 default n
13
14 endmenu