diff options
Diffstat (limited to 'sub/kernel')
-rw-r--r-- | sub/kernel/qemu-system-aarch64-config | 2 | ||||
-rw-r--r-- | sub/kernel/qemu-system-arm-config | 2 | ||||
-rw-r--r-- | sub/kernel/qemu-system-x86_64-config | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sub/kernel/qemu-system-aarch64-config b/sub/kernel/qemu-system-aarch64-config index f05d1fb..9cb137c 100644 --- a/sub/kernel/qemu-system-aarch64-config +++ b/sub/kernel/qemu-system-aarch64-config @@ -1243,7 +1243,7 @@ CONFIG_VIRTIO_NET=m # # CONFIG_WAN is not set # CONFIG_VMXNET3 is not set -CONFIG_NET_FAILOVER=y +CONFIG_NET_FAILOVER=m # CONFIG_ISDN is not set # CONFIG_NVM is not set diff --git a/sub/kernel/qemu-system-arm-config b/sub/kernel/qemu-system-arm-config index 9260a21..76af7fd 100644 --- a/sub/kernel/qemu-system-arm-config +++ b/sub/kernel/qemu-system-arm-config @@ -1200,7 +1200,7 @@ CONFIG_VIRTIO_NET=m # # CONFIG_WAN is not set # CONFIG_VMXNET3 is not set -CONFIG_NET_FAILOVER=y +CONFIG_NET_FAILOVER=m # CONFIG_ISDN is not set # CONFIG_NVM is not set diff --git a/sub/kernel/qemu-system-x86_64-config b/sub/kernel/qemu-system-x86_64-config index 19a9c45..aa504a4 100644 --- a/sub/kernel/qemu-system-x86_64-config +++ b/sub/kernel/qemu-system-x86_64-config @@ -1204,7 +1204,7 @@ CONFIG_VIRTIO_NET=m # # CONFIG_WAN is not set # CONFIG_VMXNET3 is not set -CONFIG_NET_FAILOVER=y +CONFIG_NET_FAILOVER=m # CONFIG_ISDN is not set # CONFIG_NVM is not set |