Skip to content

Commit 2257cb3

Browse files
authored
Added wireguard support (#11)
* added wireguard support * comment out wireguard debug
1 parent 3a9b01a commit 2257cb3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

configs/6.1.102.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,8 @@ CONFIG_NETDEVICES=y
16351635
CONFIG_NET_CORE=y
16361636
# CONFIG_BONDING is not set
16371637
# CONFIG_DUMMY is not set
1638-
# CONFIG_WIREGUARD is not set
1638+
CONFIG_WIREGUARD=y
1639+
# CONFIG_WIREGUARD_DEBUG is not set
16391640
# CONFIG_EQUALIZER is not set
16401641
# CONFIG_NET_TEAM is not set
16411642
# CONFIG_MACVLAN is not set

configs/6.1.158.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,8 @@ CONFIG_NETDEVICES=y
16351635
CONFIG_NET_CORE=y
16361636
# CONFIG_BONDING is not set
16371637
# CONFIG_DUMMY is not set
1638-
# CONFIG_WIREGUARD is not set
1638+
CONFIG_WIREGUARD=y
1639+
# CONFIG_WIREGUARD_DEBUG is not set
16391640
# CONFIG_EQUALIZER is not set
16401641
# CONFIG_NET_TEAM is not set
16411642
# CONFIG_MACVLAN is not set

0 commit comments

Comments
 (0)