diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:26:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:28:55 +0200 |
commit | 0554d962f8e788620948e460d479ddf3b370f9e6 (patch) | |
tree | 68d801556f681346e7f9278bd0ca53a486816c91 /target/config/Config.in.runtime | |
parent | e13711b8e839a9fb0c329aec15e89332841d8870 (diff) |
kernel: make net and block support optional
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 |