[oe-commits] Otavio Salvador : rt61-firmware: add 1.2

GIT User account git at amethyst.openembedded.net
Fri Feb 13 16:08:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26c982aa388cbc6a747cda227c622ff6fbdd73bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26c982aa388cbc6a747cda227c622ff6fbdd73bc

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Apr 22 17:51:45 2008 -0300

rt61-firmware: add 1.2

---

 packages/rt2x00/rt61-firmware_1.2.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/packages/rt2x00/rt61-firmware_1.2.bb b/packages/rt2x00/rt61-firmware_1.2.bb
new file mode 100644
index 0000000..ae683c8
--- /dev/null
+++ b/packages/rt2x00/rt61-firmware_1.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Firmware for rt61 based USB wifi adaptors"
+LICENSE = "unknown"
+
+SRC_URI = "http://www.ralinktech.com.tw/data/RT61_Firmware_V${PV}.zip"
+
+S = "${WORKDIR}/RT61_Firmware_V${PV}"
+
+do_install() {
+	install -d ${D}/${base_libdir}/firmware
+	install -m 0644 rt61.bin ${D}/${base_libdir}/firmware/
+}
+
+FILES_${PN} = "${base_libdir}/firmware/"
+PACKAGE_ARCH = "all"





More information about the Openembedded-commits mailing list