linux/linux: fix firmware-imx dependency
Commit 666084f494
("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 <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
848404ed7b
commit
0276a6fccf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user