diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-18 13:25:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-18 13:26:29 +0200 |
commit | 4a9178aaf0dd60c91baa9e642c6536ec5df0e5d2 (patch) | |
tree | a5697c32f711e41e097962a0728858935c3d6994 /target | |
parent | dfd0b3080cad115ba8d7d87400e76be3b9f1694d (diff) |
allow to disable option for network wait
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index b34708ecb..276f495a1 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -525,7 +525,7 @@ endchoice # workaround for USB ethernet f.e. Raspberry Pi 2/3 config ADK_RUNTIME_WAIT_FOR_ETHERNET - bool + bool "Wait for ethernet to come up on boot" default y if ADK_TARGET_SYSTEM_RASPBERRY_PI2 default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3 default y if ADK_TARGET_SYSTEM_RASPBERRY_PI3_64 |