summaryrefslogtreecommitdiff
path: root/configs/raspberrypi_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-04-15 10:05:58 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-04-15 10:17:18 +0200
commitbcbcf8d4f0c315b5b7814dd866260530feb7cc3e (patch)
tree9cdd71991a69ffa3ab510fbed974ad547d2e31fa /configs/raspberrypi_defconfig
parentba40ce77ea7babb36a74adeb4772b54142f86975 (diff)
configs/raspberrypi_defconfig: configure eth0 through dhcp
The rpi board has an ethernet port, so configure it at startup. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/raspberrypi_defconfig')
-rw-r--r--configs/raspberrypi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index 615c052bd..1795b2c03 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