summaryrefslogtreecommitdiff
path: root/recipes/rt2x00/rt61-firmware_1.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-21 15:02:42 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-21 15:02:42 +0200
commitccab93e06e6b3fc9a58a000fce97270d99911780 (patch)
tree545cf8b2e2d6a23df9f47aa4128d5baef75b61a0 /recipes/rt2x00/rt61-firmware_1.2.bb
parentd543c80be652f118cbbfa94250bd2aca9bb9aea4 (diff)
parenteca20211da63073e3a35dd1f647ef534662c4771 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/rt2x00/rt61-firmware_1.2.bb')
-rw-r--r--recipes/rt2x00/rt61-firmware_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/rt2x00/rt61-firmware_1.2.bb b/recipes/rt2x00/rt61-firmware_1.2.bb
index ae683c8060..9fad60d906 100644
--- a/recipes/rt2x00/rt61-firmware_1.2.bb
+++ b/recipes/rt2x00/rt61-firmware_1.2.bb
@@ -7,7 +7,7 @@ S = "${WORKDIR}/RT61_Firmware_V${PV}"
do_install() {
install -d ${D}/${base_libdir}/firmware
- install -m 0644 rt61.bin ${D}/${base_libdir}/firmware/
+ install -m 0644 *.bin ${D}/${base_libdir}/firmware/
}
FILES_${PN} = "${base_libdir}/firmware/"