summaryrefslogtreecommitdiffstats
path: root/package/linux-firmware
diff options
context:
space:
mode:
authorKaroly Pados <kp@tec4data.at>2017-03-22 13:36:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-25 15:28:02 +0100
commit397db2fd5d67f57d39ef58744958bef6f1e6cb35 (patch)
tree6fbe893c88c0a97726c04fc20db28cfe0eeea75d /package/linux-firmware
parentd2afa01f76ce2c7610286103340048d953b27e45 (diff)
downloadbuildroot-397db2fd5d67f57d39ef58744958bef6f1e6cb35.tar.gz
buildroot-397db2fd5d67f57d39ef58744958bef6f1e6cb35.zip
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>
Diffstat (limited to 'package/linux-firmware')
-rw-r--r--package/linux-firmware/linux-firmware.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index bfcd2ef096..55a4aac09b 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -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
OpenPOWER on IntegriCloud