config: add support for optionally building WireGuard

This commit is contained in:
chewitt
2019-11-02 14:00:08 +00:00
parent 9f1d9691a7
commit ce832746f3
3 changed files with 8 additions and 0 deletions

View File

@@ -115,6 +115,9 @@
# build and install OpenVPN support (yes / no)
OPENVPN_SUPPORT="yes"
# build and install WireGuard support (yes / no)
WIREGUARD_SUPPORT="yes"
# build and install diskmounter support (udevil)
# this service provide auto mounting support for external drives in the
# mediacenter also automount internally drives at boottime via udev (yes / no)