virt_linux: disable IPv6

Will be re-enabled with IPv6 support of lxip.

issue #5104
This commit is contained in:
Sebastian Sumpf 2023-09-05 18:11:25 +02:00 committed by Christian Helmuth
parent c2650cd1e7
commit e21e32a793

View File

@ -23,6 +23,9 @@ LX_ENABLE += VIRTIO_MENU VIRTIO_PCI VIRTIO_NET VIRTIO_CONSOLE
# network protocols
LX_ENABLE += INET IP_PNP IP_PNP_DHCP
# remove IPv6 for now
LX_DISABLE += IPV6
# random number generator
LX_ENABLE += HW_RANDOM ARCH_RANDOM RANDOM_TRUST_CPU RANDOM_TRUST_BOOTLOADER
LX_ENABLE += CRYPTO_JITTERENTROPY CRYPTO_ANSI_CPRNG HW_RANDOM_TIMERIOMEM