From fd03db48c1d40ebf1cfb5d114f5025de0811d239 Mon Sep 17 00:00:00 2001 From: Ronny Nilsson Date: Thu, 27 Apr 2017 15:59:42 +0200 Subject: [PATCH] kernel: add devtmpfs for letting kernel auto populate /dev early on boot as well as become equal to how other MIPS targets work. --- iop/configs/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iop/configs/config b/iop/configs/config index cd123ed5e..952f8af13 100644 --- a/iop/configs/config +++ b/iop/configs/config @@ -196,3 +196,5 @@ CONFIG_LIBCURL_CRYPTO_AUTH=y CONFIG_OPENVPN_openssl_ENABLE_IPROUTE2=y # CONFIG_SAMBA3_CONFIG_NO_PRINTING is not set # CONFIG_SIGNED_PACKAGES is not set +CONFIG_KERNEL_DEVTMPFS=y +CONFIG_KERNEL_DEVTMPFS_MOUNT=y