configs/qemu: enable dhcp on network interfaces
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 19 Nov 2015 00:38:31 +0000 (21:38 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Nov 2015 22:08:37 +0000 (23:08 +0100)
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>
18 files changed:
configs/qemu_aarch64_virt_defconfig
configs/qemu_arm_versatile_defconfig
configs/qemu_arm_vexpress_defconfig
configs/qemu_microblazebe_mmu_defconfig
configs/qemu_microblazeel_mmu_defconfig
configs/qemu_mips64_malta_defconfig
configs/qemu_mips64el_malta_defconfig
configs/qemu_mips_malta_defconfig
configs/qemu_mipsel_malta_defconfig
configs/qemu_ppc64_pseries_defconfig
configs/qemu_ppc_g3beige_defconfig
configs/qemu_ppc_mpc8544ds_defconfig
configs/qemu_sh4_r2d_defconfig
configs/qemu_sparc64_sun4u_defconfig
configs/qemu_sparc_ss10_defconfig
configs/qemu_x86_64_defconfig
configs/qemu_x86_defconfig
configs/qemu_xtensa_lx60_defconfig

index c39fd8158be09207eac554b83793ad87ea6279e8..a695afb9f69ce6b97a72670fc01fbf5c8d899433 100644 (file)
@@ -2,6 +2,7 @@
 BR2_aarch64=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 
 # Filesystem
index 7d5888a9bd175a304a308f5ef76e096f99f9e373..1ac59fd379c976c52fb4c91bfb7e0a2bf41baf81 100644 (file)
@@ -3,6 +3,7 @@ BR2_arm=y
 BR2_arm926t=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 
 # Filesystem
index ec9e2fb189b913924f6c0f6b0d59cad9a03180cb..5f1a997b307ec6b507ef2b34cc038e94ce2e924a 100644 (file)
@@ -5,6 +5,7 @@ BR2_ARM_ENABLE_NEON=y
 BR2_ARM_FPU_VFPV3D16=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 
 # Filesystem
index 5730e4cf65c14ba3cfe34bdada6528635eb68a8c..e8fcaecbadfee9f3ec880ee33d7be1841993f90b 100644 (file)
@@ -3,6 +3,7 @@ BR2_microblaze=y
 BR2_microblazebe=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
 
 # Filesystem
index 8f95c827ee849cbfc2d07bbe2ac9d4fcfb504cfd..01a423ba1d141c7d211eefc4f743ef0774b6afef 100644 (file)
@@ -3,6 +3,7 @@ BR2_microblaze=y
 BR2_microblazeel=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"
 
 # Filesystem
index 94dfb547d9cfe6e2d7567273ce32f10952f61fb3..736ca708b530788af563cd854a3c4c3aab1818b3 100644 (file)
@@ -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
index 88828fe01f8ecf63f0dd387f90fa8eed41982bf6..4c29ed5ba7c29faa03da428dab819caa4410fb95 100644 (file)
@@ -2,6 +2,9 @@
 BR2_mips64el=y
 BR2_MIPS_NABI64=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
index 3100d524889991000a5b5a965ea969deddbb9442..4913490affe6e76e2bb314863334a1a8f37e2551 100644 (file)
@@ -2,6 +2,9 @@
 BR2_mips=y
 BR2_mips_32r2=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
index dad1db032f92c3aec8cdcc091e7547995765028e..f3f513b663ac18c49a596be10a09ca6d6a3a1b96 100644 (file)
@@ -2,6 +2,9 @@
 BR2_mipsel=y
 BR2_mips_32r2=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
index 5f7a0132f155170e9244eda89a2ca0c628b3557f..08d6cbbf5aa2edd055afc1e4f1483950130c7f9e 100644 (file)
@@ -3,6 +3,7 @@ BR2_powerpc64=y
 BR2_powerpc_power7=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
 
 # Filesystem
index fb6c52a43d4d03262c895a799cb7f2fdf316713a..a344f53f1f5fb515c827a1f57ca0f2effe2c9a3d 100644 (file)
@@ -2,6 +2,9 @@
 BR2_powerpc=y
 BR2_powerpc_750=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
index b02213977c663b04c2d98f6e25b28d970fe6f89d..f89fcca3aa11d9821faa67f7ba6cfb7dd2c13490 100644 (file)
@@ -2,6 +2,9 @@
 BR2_powerpc=y
 BR2_powerpc_8548=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_ROOTFS_INITRAMFS=y
index 4366ab191a36b0347b93956698263f60db1fac74..819773849ddb0e1ffed434fa11574c116da97671 100644 (file)
@@ -3,6 +3,7 @@ BR2_sh=y
 BR2_sh4=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttySC1"
 
 # Filesystem
index 8b47526abe9e5a8b50b840371cfd4a44a060596c..00ceb89210c218707fdcba4d0e11784fb7ea0732 100644 (file)
@@ -2,6 +2,9 @@
 BR2_sparc64=y
 BR2_sparc_v9=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
index cb0eb8f06ad5c9593a4e2a0133348479449d54aa..6bb1c81b1006207b6aa1f4a2e81fd1b63efded78 100644 (file)
@@ -2,6 +2,9 @@
 BR2_sparc=y
 BR2_sparc_v8=y
 
+# System
+BR2_SYSTEM_DHCP="eth0"
+
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
index d35092618e1a7d06cbffd3dea2ad20e8e350efae..22983bf60edc30ab67ad14534ab3eb552a1a1a8d 100644 (file)
@@ -2,6 +2,7 @@
 BR2_x86_64=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 
 # Filesystem
index 3517b66ad2a7a21784ea95e0f94107075f6a83ce..0e1316ddf9a210cc0e6021cbf16253e9cbee4afe 100644 (file)
@@ -3,6 +3,7 @@ BR2_i386=y
 BR2_x86_pentiumpro=y
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 
 # Filesystem
index 8a4210686f78266812838829cdb735e44047b761..42b844c95696d2f215759e21481872117186e070 100644 (file)
@@ -9,6 +9,7 @@ BR2_XTENSA_OVERLAY_DIR="board/qemu/xtensa-lx60"
 BR2_GLOBAL_PATCH_DIR="board/qemu/xtensa-lx60"
 
 # System
+BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 
 # Filesystem