Skip to content

Commit dd7a054

Browse files
committed
linux-fslc/defconfig: Add CONFIG_NET_NS=y
systemd in default oe-core configuration complains: | Sep 11 15:36:33 imx6qdl-variscite-som systemd[1]: Starting Hostname Service... | Sep 11 15:36:33 imx6qdl-variscite-som systemd[296]: systemd-hostnamed.service: PrivateNetwork=yes is configured, but the kernel does not support network namespaces, ignorin> To enable it needs CONFIG_NAMESPACES=y either. Same as [1] [1] Freescale/linux-fslc#35 Signed-off-by: Andreas Müller <[email protected]>
1 parent 07d4a66 commit dd7a054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-kernel/linux/linux-fslc/defconfig

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ CONFIG_IKCONFIG=y
66
CONFIG_IKCONFIG_PROC=y
77
CONFIG_LOG_BUF_SHIFT=18
88
CONFIG_CGROUPS=y
9+
CONFIG_NAMESPACES=y
10+
CONFIG_NET_NS=y
911
CONFIG_RELAY=y
1012
CONFIG_BLK_DEV_INITRD=y
1113
CONFIG_EXPERT=y

0 commit comments

Comments
 (0)