From 4a9178aaf0dd60c91baa9e642c6536ec5df0e5d2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 18 Oct 2020 13:25:44 +0200 Subject: allow to disable option for network wait --- target/config/Config.in.runtime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3