From 11d56330bdc594da1a0bc4fcef2e8febdd492e7e Mon Sep 17 00:00:00 2001 From: Margarita Manterola Date: Fri, 18 Sep 2020 14:07:19 +0200 Subject: [PATCH] sys-kernel/coreos-modules: remove deprecated config We were setting `CONFIG_VGACON_SOFT_SCROLLBACK=y`, but this config option was deleted with 20782abbbdfe922496a28f9cc0c3c0030f7dfb8f, due to security issues. Remove the config to let the kernel image build again. --- .../sys-kernel/coreos-modules/files/amd64_defconfig-5.8 | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.8 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.8 index 0ebf6ba1ba..64dc4fa136 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.8 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-5.8 @@ -121,7 +121,6 @@ CONFIG_USB_OHCI_HCD_SSB=y CONFIG_VFIO=m CONFIG_VFIO_PCI=m CONFIG_VFIO_PCI_VGA=y -CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VHOST_VSOCK=m CONFIG_VMWARE_BALLOON=m CONFIG_VMWARE_PVSCSI=m