summaryrefslogtreecommitdiff
path: root/configs/qemu_mips64_malta_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_mips64_malta_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_mips64_malta_defconfig')
-rw-r--r--configs/qemu_mips64_malta_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips64_malta_defconfig
index 94dfb547d..736ca708b 100644
--- a/configs/qemu_mips64_malta_defconfig
+++ b/configs/qemu_mips64_malta_defconfig
@@ -2,6 +2,9 @@
BR2_mips64=y
BR2_MIPS_NABI64=y
+# System
+BR2_SYSTEM_DHCP="eth0"
+
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set