git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b196748
)
zd1211-firmware: firmware to use with the in-kernel zd1211rw driver
author
Rod Whitby
<rod@whitby.id.au>
Fri, 9 Mar 2007 12:43:56 +0000
(12:43 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Fri, 9 Mar 2007 12:43:56 +0000
(12:43 +0000)
packages/zd1211/zd1211-firmware_1.3.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/zd1211/zd1211-firmware_1.3.bb
b/packages/zd1211/zd1211-firmware_1.3.bb
new file mode 100644
(file)
index 0000000..
e6f0069
--- /dev/null
+++ b/
packages/zd1211/zd1211-firmware_1.3.bb
@@ -0,0
+1,16
@@
+DESCRIPTION = "ZyDAS ZD1211 Firmware"
+HOMEPAGE = "http://zd1211.ath.cx/"
+SECTION = "net"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/zd1211/zd1211-firmware1.3.tar.bz2"
+
+S = "${WORKDIR}/${PN}"
+
+do_install() {
+ install -d -m 0755 ${D}/lib/firmware/zd1211
+ install -m 0644 ${S}/zd1211* ${D}/lib/firmware/zd1211/
+}
+
+FILES_${PN} = "/lib/firmware"