Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Karoly Pados <kp@tec4data.at>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver.
Date: Wed, 22 Mar 2017 13:36:41 +0100	[thread overview]
Message-ID: <20170322123641.19482-1-kp@tec4data.at> (raw)

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 built by current buildroot, but its output
is not copied to the resulting rootfs. This patch fixes that.

Please backport to 2017.02.x branch.

Signed-off-by: Karoly Pados <kp@tec4data.at>
---
 package/linux-firmware/linux-firmware.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index bfcd2ef09..55a4aac09 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
 
-- 
2.12.0

             reply	other threads:[~2017-03-22 12:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22 12:36 Karoly Pados [this message]
2017-03-25 14:36 ` [Buildroot] [PATCH 1/1] linux-firmware: Add missing firmware for the carl9170 driver Thomas Petazzoni
2017-03-25 23:08   ` Karoly Pados

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170322123641.19482-1-kp@tec4data.at \
    --to=kp@tec4data.at \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox