diff options
author | Andy Hu <andy.hu@starfivetech.com> | 2024-02-29 06:06:37 +0300 |
---|---|---|
committer | Andy Hu <andy.hu@starfivetech.com> | 2024-03-01 18:09:05 +0300 |
commit | cb4d2896441e2c2d5d25bb512413f940c6a2ca12 (patch) | |
tree | 2ae91b9866058f3c75a6422778e1b8d8d3bb3087 | |
parent | bed855172db46b571e23688d4927edde8bd00f4b (diff) | |
download | linux-cb4d2896441e2c2d5d25bb512413f940c6a2ca12.tar.xz |
riscv: configs: enable CONFIG_TUN for OpenVPN/Tailscale
enable tun.ko for VF2 board, to fix github issue:
https://github.com/starfive-tech/linux/issues/129
Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
-rw-r--r-- | arch/riscv/configs/starfive_visionfive2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig index c6dd5288e376..11bc65d76358 100644 --- a/arch/riscv/configs/starfive_visionfive2_defconfig +++ b/arch/riscv/configs/starfive_visionfive2_defconfig @@ -109,6 +109,7 @@ CONFIG_SATA_AHCI=y CONFIG_MD=y CONFIG_BLK_DEV_DM=m CONFIG_NETDEVICES=y +CONFIG_TUN=m CONFIG_VIRTIO_NET=y # CONFIG_NET_VENDOR_ALACRITECH is not set # CONFIG_NET_VENDOR_AMAZON is not set |