diff options
| -rw-r--r-- | orinoco/orinoco-modules-0.15rc1/spectrum-firmware.patch (renamed from orinoco/orinoco-modules-0.15rc1/compile.patch) | 0 | ||||
| -rw-r--r-- | orinoco/orinoco-modules-0.15rc1/spectrum_fw.h | 0 | ||||
| -rw-r--r-- | orinoco/orinoco-modules_0.15rc1.oe | 11 |
3 files changed, 9 insertions, 2 deletions
diff --git a/orinoco/orinoco-modules-0.15rc1/compile.patch b/orinoco/orinoco-modules-0.15rc1/spectrum-firmware.patch index e69de29bb2..e69de29bb2 100644 --- a/orinoco/orinoco-modules-0.15rc1/compile.patch +++ b/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 --- /dev/null +++ b/orinoco/orinoco-modules-0.15rc1/spectrum_fw.h 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 <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 |
