diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-20 03:15:11 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-20 03:15:20 -0500 |
commit | 02f0b74d3200b876c8320012c1246644f2cfebcc (patch) | |
tree | d5a89e777e3341b3fe00f5b5b4f802cf08a8f25c | |
parent | f5785293d05fde484936f2dd95e860687d2e9cf0 (diff) |
prepare for different /dev systems
-rw-r--r-- | target/config/Config.in.runtime | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 0fc9b5429..513cf0129 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -7,6 +7,19 @@ config ADK_RUNTIME_HOSTNAME help Set your target hostname. +choice +prompt "System for /dev management" + +config ADK_RUNTIME_DEV_MDEV + bool "Use mdev" + select BUSYBOX_MDEV + +config ADK_RUNTIME_DEV_UDEV + bool "Use udev" + select ADK_PACKAGE_UDEV + +endchoice + config ADK_RUNTIME_SSH_PUBKEY string "SSH public key (root user only)" depends on ADK_PACKAGE_OPENSSH_SERVER || ADK_PACKAGE_DROPBEAR |