summaryrefslogtreecommitdiff
path: root/orinoco/orinoco-modules_20040313.oe
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/orinoco-modules_20040313.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'orinoco/orinoco-modules_20040313.oe')
-rw-r--r--orinoco/orinoco-modules_20040313.oe21
1 files changed, 21 insertions, 0 deletions
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/
+}