From 3100a90219520a8b1a52642257e038a36f077ad8 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 15 Mar 2016 22:39:55 +0100 Subject: [PATCH] configs: pandaboard: configure eth0 at startup Now that we have modules (including usb/net) loaded automatically, we can enable dhcp on eth0. Signed-off-by: Peter Korsgaard Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- configs/pandaboard_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pandaboard_defconfig b/configs/pandaboard_defconfig index 3a6e383de0..3727e3d9cb 100644 --- a/configs/pandaboard_defconfig +++ b/configs/pandaboard_defconfig @@ -5,6 +5,7 @@ BR2_ARM_ENABLE_VFP=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y BR2_TARGET_GENERIC_GETTY_PORT="ttyO2" +BR2_SYSTEM_DHCP="eth0" BR2_ROOTFS_POST_IMAGE_SCRIPT="board/pandaboard/post-image.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -- 2.30.2