summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-02-07 11:57:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-13 21:55:18 +0100
commit3938da86320b083d1d69d44c53811ee2e7702859 (patch)
treef4b6e9a3f7f0bef29cc0afcfc8b5702e6257e90c
parenttools: wg-quick: set LC_ALL for consistent regex (diff)
downloadwireguard-monolithic-historical-3938da86320b083d1d69d44c53811ee2e7702859.tar.xz
wireguard-monolithic-historical-3938da86320b083d1d69d44c53811ee2e7702859.zip
Kconfig: can be a module
-rw-r--r--src/Kconfig4
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