Explorar o código

configs/raspberrypi2_defconfig: configure eth0 through dhcp

The rpi2 board has an ethernet port, so configure it at startup.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard %!s(int64=9) %!d(string=hai) anos
pai
achega
20c59c8e79
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      configs/raspberrypi2_defconfig

+ 1 - 0
configs/raspberrypi2_defconfig

@@ -6,6 +6,7 @@ BR2_ARM_FPU_NEON_VFPV4=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
 BR2_TARGET_GENERIC_GETTY_PORT="tty1"
+BR2_SYSTEM_DHCP="eth0"
 
 # Linux headers same as kernel, a 4.1 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y