diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-03 17:09:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 17:54:50 +0200 |
commit | 60e8352feb1094ae5501a941f5663d485e984255 (patch) | |
tree | e883b21e654dd5d000c290f5763f292fbd898bbb /target/config | |
parent | a4b7ddd87c2eb39bf0db50ec1da3ac6fc4c9eb8c (diff) |
add ADK_TARGET_WITH_WIFI
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.hardware | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.hardware b/target/config/Config.in.hardware index 9bdfac2fd..8406e3e37 100644 --- a/target/config/Config.in.hardware +++ b/target/config/Config.in.hardware @@ -83,6 +83,9 @@ config ADK_TARGET_WITH_RTC config ADK_TARGET_WITH_WATCHDOG boolean +config ADK_TARGET_WITH_WIFI + boolean + config ADK_TARGET_WITH_DSL boolean |