mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-23 19:26:32 +00:00
linux-firmware: Add missing firmware for the carl9170 driver
For a long time now Atheros USB AR9170 devices have been using the carl9170 driver which relies on the carl9170-1.fw firmware file. This firmware is available in linux-firmware but it wasn't currently installed by Buildroot. Signed-off-by: Karoly Pados <kp@tec4data.at> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d2afa01f76
commit
397db2fd5d
@ -104,7 +104,7 @@ endif
|
||||
|
||||
# ar9170
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9170),y)
|
||||
LINUX_FIRMWARE_FILES += ar9170-1.fw ar9170-2.fw
|
||||
LINUX_FIRMWARE_FILES += ar9170-1.fw ar9170-2.fw carl9170-1.fw
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.atheros_firmware
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user