morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit dd14bfab3b09016b9730141e157a41a36bba6513
parent 339456d6c562955f305ca5a2feb18a412f8b39d0
Author: sin <sin@2f30.org>
Date:   Fri,  7 Mar 2014 11:40:56 +0000

Enable devtmpfs in the kernel config

Diffstat:
Mstuff/kernel-config-x86_64 | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/stuff/kernel-config-x86_64 b/stuff/kernel-config-x86_64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 3.10.32 Kernel Configuration +# Linux/x86_64 3.10.32 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -924,7 +924,8 @@ CONFIG_HAVE_BPF_JIT=y # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +# CONFIG_DEVTMPFS_MOUNT is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y