From: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] linux-firmware: add support for the atheros ar9271 firmware
Date: Thu, 16 Feb 2012 00:38:00 -0200 [thread overview]
Message-ID: <1329359880-18529-1-git-send-email-aletes.xgr@gmail.com> (raw)
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
---
package/linux-firmware/Config.in | 9 +++++++++
package/linux-firmware/linux-firmware.mk | 4 ++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 9ce1a75..b15896c 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -8,6 +8,15 @@ config BR2_PACKAGE_LINUX_FIRMWARE
if BR2_PACKAGE_LINUX_FIRMWARE
+menu "Atheros"
+
+config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271
+ bool "Atheros 9271"
+ help
+ Firmware files for the Atheros 9271 module
+
+endmenu
+
menu "Ralink"
config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index d5987ab..eedef2f 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -21,6 +21,10 @@ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX) += \
rt2860.bin rt2870.bin rt3070.bin rt3071.bin rt3090.bin \
LICENCE.ralink-firmware.txt
+# ar9271
+LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271) += \
+ LICENCE.atheros_firmware ar9271.fw
+
# wl127x
LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X) += \
ti-connectivity/wl1271-fw-2.bin \
--
1.7.9
next reply other threads:[~2012-02-16 2:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-16 2:38 Alexandre Pereira da Silva [this message]
2012-02-16 14:39 ` [Buildroot] [PATCH] linux-firmware: add support for the atheros ar9271 firmware Thomas Petazzoni
2012-02-19 22:03 ` Peter Korsgaard
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=1329359880-18529-1-git-send-email-aletes.xgr@gmail.com \
--to=aletes.xgr@gmail.com \
--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