diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-09 05:29:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-09 05:30:22 +0200 |
commit | 43f376e1c0001857d9f61f8b0a62b8d74ed24500 (patch) | |
tree | c6f1e42bcccbe4b8f6bd4836d0eefa0912ba3859 /target/config/Config.in.runtime | |
parent | 696c520e50e4c763dfdf9e282c5cb4d35b12a4c3 (diff) |
add devtmpfs only for mdev/udev
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 257eb6819..4e6eebb5b 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -12,10 +12,14 @@ prompt "System for /dev management" config ADK_RUNTIME_DEV_MDEV bool "Use mdev" + select ADK_KERNEL_DEVTMPFS + select ADK_KERNEL_DEVTMPFS_MOUNT config ADK_RUNTIME_DEV_UDEV bool "Use udev" select ADK_PACKAGE_UDEV + select ADK_KERNEL_DEVTMPFS + select ADK_KERNEL_DEVTMPFS_MOUNT config ADK_RUNTIME_DEV_STATIC bool "Use static /dev" |