From 03d48113beed02918ad834f56cef7af23512e4d7 Mon Sep 17 00:00:00 2001 From: Val Packett Date: Fri, 26 Sep 2025 00:42:10 -0300 Subject: [PATCH] config: consistently enable TUN and VETH across arches They're already enabled on x86_64, enable on other architectures as well. TUN is especially useful for VPN clients. Signed-off-by: Val Packett --- config-libkrunfw_aarch64 | 4 ++-- config-libkrunfw_riscv64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config-libkrunfw_aarch64 b/config-libkrunfw_aarch64 index 2a0efb6..a13b596 100644 --- a/config-libkrunfw_aarch64 +++ b/config-libkrunfw_aarch64 @@ -1398,9 +1398,9 @@ CONFIG_NET_CORE=y # CONFIG_GTP is not set # CONFIG_MACSEC is not set # CONFIG_NETCONSOLE is not set -# CONFIG_TUN is not set +CONFIG_TUN=y # CONFIG_TUN_VNET_CROSS_LE is not set -# CONFIG_VETH is not set +CONFIG_VETH=y CONFIG_VIRTIO_NET=y # CONFIG_NLMON is not set # CONFIG_MHI_NET is not set diff --git a/config-libkrunfw_riscv64 b/config-libkrunfw_riscv64 index 2086efe..69fa62a 100644 --- a/config-libkrunfw_riscv64 +++ b/config-libkrunfw_riscv64 @@ -1264,9 +1264,9 @@ CONFIG_NET_CORE=y # CONFIG_PFCP is not set # CONFIG_MACSEC is not set # CONFIG_NETCONSOLE is not set -# CONFIG_TUN is not set +CONFIG_TUN=y # CONFIG_TUN_VNET_CROSS_LE is not set -# CONFIG_VETH is not set +CONFIG_VETH=y CONFIG_VIRTIO_NET=y # CONFIG_NLMON is not set # CONFIG_NETKIT is not set