summaryrefslogtreecommitdiff
path: root/configs/qemu_x86_defconfig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-18 21:38:31 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-11-19 23:08:37 +0100
commit61c03feaa83a0c58b181f14d23b73e3273ad0d5a (patch)
treefa92f416bbfeb095aaf951270280ab393044cd78 /configs/qemu_x86_defconfig
parent05ccc70b6ec0e5840eb135ded312b2ac9ccde3b9 (diff)
configs/qemu: enable dhcp on network interfaces
Enable dhcp networking for qemu configs considered good enough for testing purposes. This excludes: arm_nuri - emulation doesn't seem 100% correct for networking. ppc_virtex_ml507 - doesn't emulate networking. sh4eb - emulation doesn't seem 100% correct for the NIC. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/qemu_x86_defconfig')
-rw-r--r--configs/qemu_x86_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
index 3517b66ad..0e1316ddf 100644
--- a/configs/qemu_x86_defconfig
+++ b/configs/qemu_x86_defconfig
@@ -3,6 +3,7 @@ BR2_i386=y
BR2_x86_pentiumpro=y
# System
+BR2_SYSTEM_DHCP="eth0"
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
# Filesystem