From d0c267191cd124170be1bd914dc6665133d9bf65 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Mon, 8 Jul 2019 14:28:41 +0000 Subject: [PATCH] kernel/x86_64: fix make oldconfig Add missing kernel configs to avoid `make oldconfig` asks or takes the default value for the missing configs. fixes #623 Signed-off-by: Julio Montes --- kernel/configs/x86_64_kata_kvm_4.19.x | 3 ++- kernel/kata_config_version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/configs/x86_64_kata_kvm_4.19.x b/kernel/configs/x86_64_kata_kvm_4.19.x index d9a3875daa..d0c4750352 100644 --- a/kernel/configs/x86_64_kata_kvm_4.19.x +++ b/kernel/configs/x86_64_kata_kvm_4.19.x @@ -1568,6 +1568,7 @@ CONFIG_NET_CORE=y # CONFIG_MACVLAN is not set # CONFIG_IPVLAN is not set # CONFIG_VXLAN is not set +# CONFIG_GTP is not set # CONFIG_MACSEC is not set # CONFIG_NETCONSOLE is not set CONFIG_TUN=y @@ -1782,6 +1783,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_NOZOMI is not set # CONFIG_N_GSM is not set # CONFIG_TRACE_SINK is not set +# CONFIG_LDISC_AUTOLOAD is not set # CONFIG_DEVMEM is not set # CONFIG_DEVKMEM is not set @@ -1831,7 +1833,6 @@ CONFIG_HW_RANDOM_INTEL=y # CONFIG_HW_RANDOM_VIA is not set CONFIG_HW_RANDOM_VIRTIO=y # CONFIG_NVRAM is not set -# CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set diff --git a/kernel/kata_config_version b/kernel/kata_config_version index c739b42c4d..ea90ee3198 100644 --- a/kernel/kata_config_version +++ b/kernel/kata_config_version @@ -1 +1 @@ -44 +45