Explorar el Código

add net support for qemu

Waldemar Brodkorb hace 8 años
padre
commit
18596bc03e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      target/config/Config.in

+ 1 - 0
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