diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-02-07 11:57:31 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-02-13 21:55:18 +0100 |
commit | 0b679ba818cb68495670c7ae4fe95a93f1132220 (patch) | |
tree | 06d8b6d5e9ef72923c18a522a577ef77dd65f084 | |
parent | bdc0caee9cf2dfa40f46d0e96f9c944463d77830 (diff) |
Kconfig: can be a module
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index 84fed02..d932460 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1,5 +1,5 @@ config WIREGUARD - bool "IP: WireGuard secure network tunnel" + tristate "IP: WireGuard secure network tunnel" depends on NET && INET select NET_UDP_TUNNEL select NETFILTER_XT_MATCH_HASHLIMIT @@ -8,7 +8,7 @@ config WIREGUARD select NETFILTER_ADVANCED select CRYPTO_BLKCIPHER select IP6_NF_IPTABLES if IPV6 - default y + default m ---help--- WireGuard is a secure, fast, and easy to use replacement for IPSec that uses modern cryptography and clever networking tricks. It's |