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.

14 lines
264 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_ENABLE_SELFTEST
  8. bool "Build a self test program"
  9. depends on PACKAGE_zerotier
  10. default n
  11. endmenu