[Buildroot] [git commit] configs/raspberrypi_defconfig: configure eth0 through dhcp

Peter Korsgaard peter at korsgaard.com
Fri Apr 15 08:17:18 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=bcbcf8d4f0c315b5b7814dd866260530feb7cc3e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/raspberrypi_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 615c052..1795b2c 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -3,6 +3,7 @@ BR2_arm1176jzf_s=y
 BR2_ARM_EABIHF=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


More information about the buildroot mailing list