All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo
@ 2024-09-20 21:28 Peter Korsgaard
  2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Peter Korsgaard @ 2024-09-20 21:28 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 linux/linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index 92035d0da9..0a213d17b5 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -86,7 +86,7 @@ LINUX_DEPENDENCIES += \
 	$(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
+# Starting with 4.16, the generated kconfig parser code is no longer
 # shipped with the kernel sources, so we need flex and bison, but
 # only if the host does not have them.
 LINUX_KCONFIG_DEPENDENCIES = \
-- 
2.39.2

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

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

end of thread, other threads:[~2024-09-21 18:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 21:28 [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 2/8] boot/arm-trusted-firmware/Config.in: fix 'platform' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 3/8] boot/barebox/barebox.mk: fix 'allows' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 4/8] boot/edk2/edk2.mk: fix 'release' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 5/8] boot/grub2/Config.in: fix 'targeting' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 7/8] boot/shim/shim.mk: fix 'deactivate' typo Peter Korsgaard
2024-09-20 21:28 ` [Buildroot] [PATCH 8/8] boot/uboot: fix typos Peter Korsgaard
2024-09-21 18:49 ` [Buildroot] [PATCH 1/8] linux/linux.mk: fix 'parser' typo Yann E. MORIN

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.