zerotier: add initial package

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning
2017-01-04 18:26:21 +01:00
parent 6dee23a0f6
commit 23983d7a66
8 changed files with 329 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
menu "Configuration"
depends on PACKAGE_zerotier
config ZEROTIER_ENABLE_DEBUG
bool "Build in debug mode"
depends on PACKAGE_zerotier
default n
config ZEROTIER_USE_MINIUPNPC
bool "Build with MiniUPnPc"
depends on PACKAGE_zerotier
default n
config ZEROTIER_ENABLE_NETWORK_CONTROLLER
bool "Build with network controller"
depends on PACKAGE_zerotier
default n
config ZEROTIER_ENABLE_SELFTEST
bool "Build a self test program"
depends on PACKAGE_zerotier
default n
endmenu