diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-02 14:14:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-02 14:52:42 +0000 |
commit | c669af5344d674cf6b9718151c131173a6333ce1 (patch) | |
tree | 8cd7e86e13cdf7536199dba67eb96b821f96d55c /main/linux-grsec/kernelconfig.x86_64 | |
parent | 62cc6d18100d6541ac987ee4298fe74a129cb9a6 (diff) | |
download | aports-c669af5344d674cf6b9718151c131173a6333ce1.tar.bz2 aports-c669af5344d674cf6b9718151c131173a6333ce1.tar.xz |
main/linux-grsec: enable devtmpfs
udev-176 and later needs it
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 5fe9f305b7..045bfa90ef 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -1197,7 +1197,8 @@ CONFIG_CEPH_LIB=m # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y # CONFIG_PREVENT_FIRMWARE_BUILD is not set CONFIG_FW_LOADER=m |