Config.in 845 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_WIREGUARD_TOOLS
  2. bool "wireguard tools"
  3. # kernel module requires 3.10+, userspace makes no sense without it
  4. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
  5. help
  6. WireGuard is an extremely simple yet fast and modern VPN
  7. that utilizes state-of-the-art cryptography. It aims to be
  8. faster, simpler, leaner, and more useful than IPSec, while
  9. avoiding the massive headache. It intends to be considerably
  10. more performant than OpenVPN. WireGuard is designed as a
  11. general purpose VPN for running on embedded interfaces and
  12. super computers alike, fit for many different
  13. circumstances.
  14. This package provides the userspace tooling to configure
  15. WireGuard tunnels.
  16. https://www.wireguard.com
  17. comment "wireguard-tools needs a toolchain w/ headers >= 3.10"
  18. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10