You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
485 B

  1. menu "Configuration"
  2. depends on PACKAGE_zerotier
  3. config ZEROTIER_ENABLE_DEBUG
  4. bool "Build in debug mode"
  5. depends on PACKAGE_zerotier
  6. default n
  7. config ZEROTIER_USE_MINIUPNPC
  8. bool "Build with MiniUPnPc"
  9. depends on PACKAGE_zerotier
  10. default n
  11. config ZEROTIER_ENABLE_NETWORK_CONTROLLER
  12. bool "Build with network controller"
  13. depends on PACKAGE_zerotier
  14. default n
  15. config ZEROTIER_ENABLE_SELFTEST
  16. bool "Build a self test program"
  17. depends on PACKAGE_zerotier
  18. default n
  19. endmenu