All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv
@ 2022-04-13 19:32 Fabrice Fontaine
  2022-04-13 20:34 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2022-04-13 19:32 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

riscv is not supported since switch to internal bind resulting in the
following build failure since commit
0c8dd6ebd656e06cf99a63eb93343715f4853503:

Invalid configuration `riscv64-buildroot-linux-musl': machine `riscv64-buildroot' not recognized

Fixes:
 - http://autobuild.buildroot.org/results/d25b76e628ffe5293c6bc1fd467a6b8966cb1bc2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dhcp/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index e0706efafb..aef031e05b 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DHCP
 	bool "dhcp (ISC)"
+	depends on !BR2_riscv
 	# fork()
 	depends on BR2_USE_MMU
 	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
-- 
2.35.1

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

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

end of thread, other threads:[~2022-04-19 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-13 19:32 [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv Fabrice Fontaine
2022-04-13 20:34 ` Thomas Petazzoni via buildroot
2022-04-13 20:43   ` Fabrice Fontaine
2022-04-19 15:58     ` Fabrice Fontaine

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.