First pass of .oe cleanups.
[openembedded.git] / orinoco / orinoco-modules_20040301.oe
index e69de29..1cedf32 100644 (file)
@@ -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/
+}