All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ls1028ardb_defconfig: configure eno0 with DHCP
@ 2022-09-16 18:32 Francois Perrad
  2022-09-17 12:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2022-09-16 18:32 UTC (permalink / raw)
  To: buildroot

eno0 is the main ethernet interface

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 configs/ls1028ardb_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/ls1028ardb_defconfig b/configs/ls1028ardb_defconfig
index b6a5a0467..22b9eb426 100644
--- a/configs/ls1028ardb_defconfig
+++ b/configs/ls1028ardb_defconfig
@@ -10,6 +10,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
 BR2_TARGET_GENERIC_HOSTNAME="ls1028a"
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_SYSTEM_DHCP="eno0"
 BR2_ROOTFS_OVERLAY="board/freescale/ls1028ardb/rootfs_overlay"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/freescale/ls1028ardb/genimage.cfg"
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-17 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-16 18:32 [Buildroot] [PATCH] ls1028ardb_defconfig: configure eno0 with DHCP Francois Perrad
2022-09-17 12:22 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.