All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux/linux: fix firmware-imx dependency
@ 2022-08-12 15:58 Francois Perrad
  2022-08-14 10:29 ` Thomas Petazzoni via buildroot
  2022-09-15  8:41 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2022-08-12 15:58 UTC (permalink / raw)
  To: buildroot; +Cc: c.leger

introduced by https://patchwork.ozlabs.org/project/buildroot/patch/20220504094006.1541643-1-c.leger@borea-dental.com/

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

diff --git a/linux/linux.mk b/linux/linux.mk
index 322ccabbd..ffe68ded9 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -77,7 +77,7 @@ LINUX_DEPENDENCIES = host-kmod
 LINUX_DEPENDENCIES += \
 	$(if $(BR2_PACKAGE_INTEL_MICROCODE),intel-microcode) \
 	$(if $(BR2_PACKAGE_LINUX_FIRMWARE),linux-firmware) \
-	$(if $(BR2_PACKAGE_FREESCALE_IMX),firmware-imx) \
+	$(if $(BR2_PACKAGE_FIRMWARE_IMX),firmware-imx) \
 	$(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
 
 # Starting with 4.16, the generated kconfig paser code is no longer
-- 
2.34.1

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

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

end of thread, other threads:[~2022-09-15  8:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-12 15:58 [Buildroot] [PATCH] linux/linux: fix firmware-imx dependency Francois Perrad
2022-08-14 10:29 ` Thomas Petazzoni via buildroot
2022-09-15  8:41 ` 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.