orinoco 0.15 has the ability to load firmware external
authorMichael Lauer <mickey@vanille-media.de>
Thu, 27 May 2004 23:23:53 +0000 (23:23 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 27 May 2004 23:23:53 +0000 (23:23 +0000)
or built into the driver. We now use the built-in method like in older versions

BKrev: 40b678890m81PaJzTIKShK4_KXhlFg

orinoco/orinoco-modules-0.15rc1/spectrum-firmware.patch [moved from orinoco/orinoco-modules-0.15rc1/compile.patch with 100% similarity]
orinoco/orinoco-modules-0.15rc1/spectrum_fw.h [new file with mode: 0644]
orinoco/orinoco-modules_0.15rc1.oe

diff --git a/orinoco/orinoco-modules-0.15rc1/spectrum_fw.h b/orinoco/orinoco-modules-0.15rc1/spectrum_fw.h
new file mode 100644 (file)
index 0000000..e69de29
index 43ec85b..a188475 100644 (file)
@@ -2,15 +2,22 @@ DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \
 Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family."
 SECTION = "base"
 PRIORITY = "optional"
-MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
+PR = "1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz \
-           file://spectrum.conf"
+           file://spectrum-firmware.patch;patch=1 \
+           file://spectrum.conf \
+           file://spectrum_fw.h"
 S = "${WORKDIR}/orinoco-${PV}"
 
 inherit module
 
+do_compile_prepend() {
+       install ${WORKDIR}/spectrum_fw.h ${S}/
+}
+
 do_install() {
        install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless
         install -d ${D}/etc/pcmcia