diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-03 16:31:47 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-10-03 16:31:53 +0200 |
commit | 0769875840b9941fd9929d75e7cc276d6ce96cd3 (patch) | |
tree | a9304432b3beed923a4e1be9ea1a308ca280f0f5 | |
parent | 86c36d843f68133412929358a06e1446ed81fcdd (diff) |
Kconfig: do now allow IPV6=m,WG=y
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 5c58aae..cc2ba9f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1,6 +1,7 @@ config WIREGUARD tristate "IP: WireGuard secure network tunnel" depends on NET && INET + depends on IPV6 || !IPV6 select NET_UDP_TUNNEL select DST_CACHE select CRYPTO_BLKCIPHER |