From 4e55e875bad40cd9419ab76262b745d9c016057d Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Tue, 29 Jun 2021 09:20:09 +0100 Subject: [PATCH] configs: Add CONFIG_MACVTAP=m (arm64 only) From the requesting issue: "This option is necessary for having bridge-like networking on KVM VMs with the host root filesystem on NFS (since regular bridge networking doesn't work in that case)," See: https://github.com/raspberrypi/linux/issues/4413 Signed-off-by: Phil Elwell --- arch/arm64/configs/bcm2711_defconfig | 1 + arch/arm64/configs/bcmrpi3_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/bcm2711_defconfig b/arch/arm64/configs/bcm2711_defconfig index 90e53fd..93b08c0 100644 --- a/arch/arm64/configs/bcm2711_defconfig +++ b/arch/arm64/configs/bcm2711_defconfig @@ -497,6 +497,7 @@ CONFIG_DUMMY=m CONFIG_WIREGUARD=m CONFIG_IFB=m CONFIG_MACVLAN=m +CONFIG_MACVTAP=m CONFIG_IPVLAN=m CONFIG_VXLAN=m CONFIG_NETCONSOLE=m diff --git a/arch/arm64/configs/bcmrpi3_defconfig b/arch/arm64/configs/bcmrpi3_defconfig index 456b300..da84139 100644 --- a/arch/arm64/configs/bcmrpi3_defconfig +++ b/arch/arm64/configs/bcmrpi3_defconfig @@ -483,6 +483,7 @@ CONFIG_DUMMY=m CONFIG_WIREGUARD=m CONFIG_IFB=m CONFIG_MACVLAN=m +CONFIG_MACVTAP=m CONFIG_IPVLAN=m CONFIG_VXLAN=m CONFIG_NETCONSOLE=m -- 2.7.4