Browse Source

prepare for different /dev systems

Waldemar Brodkorb 8 years ago
parent
commit
02f0b74d32
1 changed files with 13 additions and 0 deletions
  1. 13 0
      target/config/Config.in.runtime

+ 13 - 0
target/config/Config.in.runtime

@@ -7,6 +7,19 @@ config ADK_RUNTIME_HOSTNAME
 	help
 	help
 	  Set your target hostname.
 	  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
 config ADK_RUNTIME_SSH_PUBKEY
 	string "SSH public key (root user only)"
 	string "SSH public key (root user only)"
 	depends on ADK_PACKAGE_OPENSSH_SERVER || ADK_PACKAGE_DROPBEAR
 	depends on ADK_PACKAGE_OPENSSH_SERVER || ADK_PACKAGE_DROPBEAR