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