aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/firmwares/firmware-atheros-ar9271.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/firmwares/firmware-atheros-ar9271.bb b/recipes/firmwares/firmware-atheros-ar9271.bb
new file mode 100644
index 0000000000..fdfb3ce1d3
--- /dev/null
+++ b/recipes/firmwares/firmware-atheros-ar9271.bb
@@ -0,0 +1,11 @@
+require linux-firmware.inc
+
+DESCRIPTION = "Firmware for Atheros HTC devices ar9271"
+
+SRCREV = "a3ffb1a98408f713ff82d59ae1fd203d650974c4"
+
+do_install() {
+ install -d ${D}${base_libdir}/firmware
+ install -m 0644 ar9271.fw ${D}${base_libdir}/firmware
+ install -m 0644 LICENCE.atheros_firmware ${D}${base_libdir}/firmware/LICENCE_ar9271.txt
+}