diff options
Diffstat (limited to 'target/config/Config.in.runtime')
-rw-r--r-- | target/config/Config.in.runtime | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 7ac4c92f8..2e33623c3 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -332,6 +332,11 @@ config ADK_BINSH_ZSH endchoice +# workaround for USB ethernet f.e. Raspberry Pi2 +config ADK_RUNTIME_WAIT_FOR_ETHERNET + bool + default y if ADK_TARGET_SYSTEM_RASPBERRY_PI2 + config ADK_SIMPLE_NETWORK_CONFIG bool "simple network configuration" help |