aboutsummaryrefslogtreecommitdiffstats
path: root/orinoco
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /orinoco
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'orinoco')
-rw-r--r--orinoco/orinoco-modules_0.13e.oe6
-rw-r--r--orinoco/orinoco-modules_20040313.oe21
2 files changed, 24 insertions, 3 deletions
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 <mickey@Vanille.de>"
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 <mickey@Vanille.de>"
+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/
+}