From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- orinoco/orinoco-modules_0.13e.oe | 6 +++--- orinoco/orinoco-modules_20040313.oe | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) (limited to 'orinoco') diff --git a/orinoco/orinoco-modules_0.13e.oe b/orinoco/orinoco-modules_0.13e.oe index b44ce348e1..613b3171f9 100644 --- a/orinoco/orinoco-modules_0.13e.oe +++ b/orinoco/orinoco-modules_0.13e.oe @@ -5,9 +5,9 @@ PRIORITY = "optional" MAINTAINER = "Michael Lauer " LICENSE = "GPL" -SRC_URI = http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz; \ - file://${FILESDIR}/crosscompile.patch;patch=1 \ - file://${FILESDIR}/monitor-${PV}.patch;patch=1 +SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz; \ + file://${FILESDIR}/crosscompile.patch;patch=1 \ + file://${FILESDIR}/monitor-${PV}.patch;patch=1" S = "${WORKDIR}/orinoco-${PV}" inherit module diff --git a/orinoco/orinoco-modules_20040313.oe b/orinoco/orinoco-modules_20040313.oe index e69de29bb2..b7c3321ab8 100644 --- a/orinoco/orinoco-modules_20040313.oe +++ b/orinoco/orinoco-modules_20040313.oe @@ -0,0 +1,21 @@ +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 " +LICENSE = "GPL" + +export CVS_RSH = "ssh" +SRC_URI = "cvs://anoncvs@savannah.nongnu.org/cvsroot/orinoco;module=orinoco;date=${PV};method=ext \ + file://${FILESDIR}/compile.patch;patch=1" +S = "${WORKDIR}/orinoco" + +inherit module + +do_install() { + install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless + install -d ${D}/etc/pcmcia + install -m 0755 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/ + install -m 0644 ${FILESDIR}/spectrum.conf ${D}/etc/pcmcia/ + install -m 0644 hermes.conf ${D}/etc/pcmcia/ +} -- cgit v1.2.3