blob: e08ec7570abbe27cacfbdcdb4c10d6d94249edf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
bool "Build a self test program"
depends on PACKAGE_zerotier
default n
endmenu
|