From 570955a0b3e18f01f9e2b4a838749580759882aa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 22 May 2015 20:24:46 +0200 Subject: add workaround for rpi2 eth0 --- target/config/Config.in.runtime | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target') 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 -- cgit v1.2.3