diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-22 20:24:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-22 20:24:46 +0200 |
commit | 570955a0b3e18f01f9e2b4a838749580759882aa (patch) | |
tree | 899034d6f5d672fa1a4b8302a967a39935e8eec9 /target | |
parent | 93ada9cdf781d30226a5a55acedee04640d044b4 (diff) |
add workaround for rpi2 eth0
Diffstat (limited to 'target')
-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 |