2017-01-05 01:26:21 +08: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-05 05:25:51 +08:00
|
|
|
bool "Build a self test program"
|
2017-01-05 01:26:21 +08:00
|
|
|
depends on PACKAGE_zerotier
|
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|