diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-30 17:54:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-30 17:54:50 +0000 |
commit | ed6603d36cacc93b2316d89f8fe6378fdf054d62 (patch) | |
tree | c079bb02b22e5599a38c97181f3cf474ff1e12df | |
parent | 68b93f1daa2c31812879713e87b6bece61a18c3e (diff) | |
download | lh-bootstrap-ed6603d36cacc93b2316d89f8fe6378fdf054d62.tar.xz |
virtio-net back to a module
-rw-r--r-- | sub/kernel/qemu-system-aarch64-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/qemu-system-aarch64-config b/sub/kernel/qemu-system-aarch64-config index 48c896c..64496ee 100644 --- a/sub/kernel/qemu-system-aarch64-config +++ b/sub/kernel/qemu-system-aarch64-config @@ -1216,7 +1216,7 @@ CONFIG_NET_CORE=y CONFIG_TUN=m # CONFIG_TUN_VNET_CROSS_LE is not set CONFIG_VETH=m -CONFIG_VIRTIO_NET=y +CONFIG_VIRTIO_NET=m # CONFIG_NLMON is not set # CONFIG_ARCNET is not set |