diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-26 07:08:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-26 07:08:07 +0100 |
commit | 18596bc03ee49ed149a8eb1f029ae2b1b8a866d0 (patch) | |
tree | 5c1904cb97a1cb58284457bfe85109657e56293b /target/config | |
parent | 9f8c5ccb9c5e59d5afa4e1b09f41473c19225b5d (diff) |
add net support for qemu
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 795c80467..a86e34090 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -23,6 +23,7 @@ config ADK_TARGET_SIM config ADK_TARGET_QEMU bool + select ADK_TARGET_WITH_NET select ADK_TARGET_WITH_NETDEVICE config ADK_TARGET_VBOX |