From: Peter Korsgaard Date: Fri, 15 Apr 2016 07:50:08 +0000 (+0200) Subject: configs/minnowboard_max: configure eth0 through dhcp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba40ce77ea7babb36a74adeb4772b54142f86975;p=buildroot.git configs/minnowboard_max: configure eth0 through dhcp The minnowboard max board has an ethernet port, so configure it at startup. Signed-off-by: Peter Korsgaard --- diff --git a/configs/minnowboard_max_defconfig b/configs/minnowboard_max_defconfig index 05df9878cc..dfa1b6c0fb 100644 --- a/configs/minnowboard_max_defconfig +++ b/configs/minnowboard_max_defconfig @@ -4,6 +4,7 @@ BR2_x86_atom=y # Misc BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" +BR2_SYSTEM_DHCP="eth0" BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh" BR2_ROOTFS_POST_IMAGE_SCRIPT="board/minnowboard-max/post-image.sh"