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 | |
parent | 696c520e50e4c763dfdf9e282c5cb4d35b12a4c3 (diff) |
add devtmpfs only for mdev/udev
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 4 | ||||
-rw-r--r-- | target/linux/config/Config.in.kernel | 2 |
2 files changed, 4 insertions, 2 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" diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index f7994b49a..b31b2ace6 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -186,11 +186,9 @@ menu "Kernel options" config ADK_KERNEL_DEVTMPFS bool - default y config ADK_KERNEL_DEVTMPFS_MOUNT bool - default y config ADK_KERNEL_UEVENT_HELPER bool |