From 0276a6fccfd738914767c56bebe5dc8bb9342b6c Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 12 Aug 2022 17:58:55 +0200 Subject: [PATCH] linux/linux: fix firmware-imx dependency Commit 666084f4943773fd659393e16982ab2baaa99d0e ("linux:linux.mk: Add "firmware-imx" dependency if needed") introduced a dependency from linux to firmware-imx, but based on the incorrect BR2 option. This commit fixes this mistake. Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- linux/linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/linux.mk b/linux/linux.mk index 3d9ac37959..efdc21eff2 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