1config 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 15 This package provides the userspace tooling to configure 16 WireGuard tunnels. 17 18 https://www.wireguard.com 19 20comment "wireguard-tools needs a toolchain w/ headers >= 3.10" 21 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 22