Skip to content

Commit

Permalink
[ Wireguard ] Set default disabled
Browse files Browse the repository at this point in the history
It's currently broken on at least 4.14.y and there were others troubles.
  • Loading branch information
igorpecovnik committed Mar 27, 2019
1 parent b5c9e6e commit 69c231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration.sh
Expand Up @@ -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
Expand Down

0 comments on commit 69c231d

Please sign in to comment.