2017-01-04 17:26:21 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_zerotier
|
|
|
|
|
|
|
|
config ZEROTIER_ENABLE_DEBUG
|
|
|
|
bool "Build in debug mode"
|
|
|
|
depends on PACKAGE_zerotier
|
|
|
|
default n
|
|
|
|
|
|
|
|
config ZEROTIER_ENABLE_SELFTEST
|
2017-05-04 21:25:51 +00:00
|
|
|
bool "Build a self test program"
|
2017-01-04 17:26:21 +00:00
|
|
|
depends on PACKAGE_zerotier
|
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|