All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/qemu_xtensa_lx60_nommu: use busybox minimal config
@ 2022-03-29 20:51 Vincent Stehlé via buildroot
  2022-04-03 15:07 ` Arnout Vandecappelle
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vincent Stehlé via buildroot @ 2022-03-29 20:51 UTC (permalink / raw)
  To: buildroot; +Cc: Gerome Burlats, Romain Naour, Vincent Stehlé

Update the qemu_xtensa_lx60_nommu_defconfig to use the
busybox-minimal.config, to make it more consistent with the other no-MMU
defconfigs.

After commit 3de486f8b052 ("package/busybox: fix udhcpc options in minimal
config"), this has the benefit of fixing the following network
initialization failure:

  udhcpc: invalid option -- b

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Cc: Romain Naour <romain.naour@gmail.com>
Cc: Gerome Burlats <gerome.burlats@smile.fr>
---
 configs/qemu_xtensa_lx60_nommu_defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configs/qemu_xtensa_lx60_nommu_defconfig b/configs/qemu_xtensa_lx60_nommu_defconfig
index c4473fb32a..44fb81bd74 100644
--- a/configs/qemu_xtensa_lx60_nommu_defconfig
+++ b/configs/qemu_xtensa_lx60_nommu_defconfig
@@ -7,6 +7,9 @@ BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/
 BR2_PACKAGE_HOST_ELF2FLT=y
 # BR2_USE_MMU is not set
 
+# Use minimal busybox with hush and networking tools
+BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
+
 # System
 BR2_SYSTEM_DHCP="eth0"
 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
-- 
2.35.1

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

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

end of thread, other threads:[~2022-04-10 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 20:51 [Buildroot] [PATCH] configs/qemu_xtensa_lx60_nommu: use busybox minimal config Vincent Stehlé via buildroot
2022-04-03 15:07 ` Arnout Vandecappelle
2022-04-04 19:38   ` Vincent Stehlé via buildroot
2022-04-04 20:28     ` Arnout Vandecappelle
2022-04-06 20:00       ` Vincent Stehlé via buildroot
2022-04-07 16:39         ` Arnout Vandecappelle
2022-04-07 19:07 ` Arnout Vandecappelle
2022-04-10 17:02 ` Peter Korsgaard

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.