From 837bd217c334246d55bf5515af7e5de4e06c23e8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 27 May 2004 23:23:53 +0000 Subject: [PATCH] orinoco 0.15 has the ability to load firmware external or built into the driver. We now use the built-in method like in older versions BKrev: 40b678890m81PaJzTIKShK4_KXhlFg --- .../{compile.patch => spectrum-firmware.patch} | 0 orinoco/orinoco-modules-0.15rc1/spectrum_fw.h | 0 orinoco/orinoco-modules_0.15rc1.oe | 11 +++++++++-- 3 files changed, 9 insertions(+), 2 deletions(-) rename orinoco/orinoco-modules-0.15rc1/{compile.patch => spectrum-firmware.patch} (100%) create mode 100644 orinoco/orinoco-modules-0.15rc1/spectrum_fw.h diff --git a/orinoco/orinoco-modules-0.15rc1/compile.patch b/orinoco/orinoco-modules-0.15rc1/spectrum-firmware.patch similarity index 100% rename from orinoco/orinoco-modules-0.15rc1/compile.patch rename to orinoco/orinoco-modules-0.15rc1/spectrum-firmware.patch diff --git a/orinoco/orinoco-modules-0.15rc1/spectrum_fw.h b/orinoco/orinoco-modules-0.15rc1/spectrum_fw.h new file mode 100644 index 0000000000..e69de29bb2 diff --git a/orinoco/orinoco-modules_0.15rc1.oe b/orinoco/orinoco-modules_0.15rc1.oe index 43ec85b50e..a1884754dd 100644 --- a/orinoco/orinoco-modules_0.15rc1.oe +++ b/orinoco/orinoco-modules_0.15rc1.oe @@ -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 " +MAINTAINER = "Michael 'Mickey' Lauer " 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 -- 2.39.5