summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-07-08 18:47:34 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-07-08 20:04:54 +0200
commit3556610e5b6e218e0fe9764edacc57231d651e95 (patch)
tree20b2193e7628fd068e20056d1d51c8b3d777f29f /configs/platform-v8a
parent8abfed7fcc0d63d2fd475f67cc6dfbd14c5538f3 (diff)
downloadDistroKit-3556610e5b6e218e0fe9764edacc57231d651e95.tar.gz
DistroKit-3556610e5b6e218e0fe9764edacc57231d651e95.tar.xz
kernel: enable UTS_NS
systemd requires UTS_NS, so enable it in the kernel. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v8a')
-rw-r--r--configs/platform-v8a/kernelconfig2
1 files changed, 1 insertions, 1 deletions
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