From 3556610e5b6e218e0fe9764edacc57231d651e95 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Mon, 8 Jul 2019 18:47:34 +0200 Subject: kernel: enable UTS_NS systemd requires UTS_NS, so enable it in the kernel. Signed-off-by: Robert Schwebel --- configs/platform-rpi/kernelconfig | 2 +- configs/platform-v7a/kernelconfig | 2 +- configs/platform-v8a/kernelconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index 8a4eaae..7d46bd9 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -118,7 +118,7 @@ CONFIG_CGROUP_BPF=y # CONFIG_CGROUP_DEBUG is not set CONFIG_SOCK_CGROUP_DATA=y CONFIG_NAMESPACES=y -# CONFIG_UTS_NS is not set +CONFIG_UTS_NS=y # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig index e89468e..0e15b19 100644 --- a/configs/platform-v7a/kernelconfig +++ b/configs/platform-v7a/kernelconfig @@ -132,7 +132,7 @@ CONFIG_CGROUP_BPF=y # CONFIG_CGROUP_DEBUG is not set CONFIG_SOCK_CGROUP_DATA=y CONFIG_NAMESPACES=y -# CONFIG_UTS_NS is not set +CONFIG_UTS_NS=y # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set diff --git a/configs/platform-v8a/kernelconfig b/configs/platform-v8a/kernelconfig index 9ac32ad..6c74476 100644 --- a/configs/platform-v8a/kernelconfig +++ b/configs/platform-v8a/kernelconfig @@ -152,7 +152,7 @@ CONFIG_CGROUP_BPF=y CONFIG_SOCK_CGROUP_DATA=y # CONFIG_CHECKPOINT_RESTORE is not set CONFIG_NAMESPACES=y -# CONFIG_UTS_NS is not set +CONFIG_UTS_NS=y # CONFIG_IPC_NS is not set # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set -- cgit v1.2.3