diff options
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 188320d09..01e84380a 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -17,6 +17,9 @@ config ADK_RUNTIME_DEV_UDEV bool "Use udev" select ADK_PACKAGE_UDEV +config ADK_RUNTIME_DEV_STATIC + bool "Use static /dev" + endchoice config ADK_RUNTIME_SSH_PUBKEY |