task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / rt2x00 / rt61-firmware_1.2.bb
blobc7ecbe965d43dd7d3218aa986d7dde3113e1a2e6
1 DESCRIPTION = "Firmware for rt61 based USB wifi adaptors"
2 LICENSE = "unknown"
4 SRC_URI = "http://www.ralinktech.com.tw/data/RT61_Firmware_V${PV}.zip"
6 S = "${WORKDIR}/RT61_Firmware_V${PV}"
8 do_install() {
9 install -d ${D}/${base_libdir}/firmware
10 install -m 0644 *.bin ${D}/${base_libdir}/firmware/
13 FILES_${PN} = "${base_libdir}/firmware/"
14 PACKAGE_ARCH = "all"
16 SRC_URI[md5sum] = "d4c690c93b470bc9a681297c2adc6281"
17 SRC_URI[sha256sum] = "481f113c505ed186049287bd8e9ad8fcb8dbbb32f3bb718f04e4dc148b63c8e4"