From 69c231dbc0f6a67adea9c487b52b0482ebac3511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Wed, 27 Mar 2019 06:33:39 +0100 Subject: [PATCH] [ Wireguard ] Set default disabled It's currently broken on at least 4.14.y and there were others troubles. --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index 71725eb7f9..98b15cfac6 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -65,7 +65,7 @@ SERIALCON=ttyS0 CAN_BUILD_STRETCH=yes [[ -z $CRYPTROOT_SSH_UNLOCK ]] && CRYPTROOT_SSH_UNLOCK=yes [[ -z $CRYPTROOT_SSH_UNLOCK_PORT ]] && CRYPTROOT_SSH_UNLOCK_PORT=2022 -[[ -z $WIREGUARD ]] && WIREGUARD="yes" +[[ -z $WIREGUARD ]] && WIREGUARD="no" [[ -z $RTL8812AU ]] && RTL8812AU="yes" # single ext4 partition is the default and preferred configuration