diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-04-15 10:09:22 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-04-15 10:17:18 +0200 |
commit | 20c59c8e795eb68948299b3555ec46c00c71d537 (patch) | |
tree | 2a714367fd80d957567d623bfd1c5a1f5bd72e48 | |
parent | bcbcf8d4f0c315b5b7814dd866260530feb7cc3e (diff) | |
download | buildroot-20c59c8e795eb68948299b3555ec46c00c71d537.tar.gz buildroot-20c59c8e795eb68948299b3555ec46c00c71d537.zip |
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>
-rw-r--r-- | configs/raspberrypi2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig index 1d82f60417..506330cd07 100644 --- a/configs/raspberrypi2_defconfig +++ b/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 |