add /etc/modutils/orinoco_cs.conf to orinoco-modules
authorPhil Blundell <philb@gnu.org>
Mon, 22 Nov 2004 22:05:15 +0000 (22:05 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 22 Nov 2004 22:05:15 +0000 (22:05 +0000)
BKrev: 41a2629bg-ZTytjrE54LjW2TBWbuIQ

orinoco/files/orinoco_cs.conf [new file with mode: 0644]
orinoco/orinoco-modules_0.15rc2.oe

diff --git a/orinoco/files/orinoco_cs.conf b/orinoco/files/orinoco_cs.conf
new file mode 100644 (file)
index 0000000..e69de29
index 047d112..9535ce7 100644 (file)
@@ -5,13 +5,14 @@ PRIORITY = "optional"
 PROVIDES = "spectrum-modules"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \
            file://list-move.patch;patch=1 \
            file://spectrum-firmware.patch;patch=1 \
            file://spectrum.conf \
-           file://spectrum_fw.h"
+           file://spectrum_fw.h \
+          file://orinoco_cs.conf"
 S = "${WORKDIR}/orinoco-${PV}"
 
 inherit module
@@ -26,4 +27,7 @@ do_install() {
        install -m 0644 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/
         install -m 0644 ${WORKDIR}/spectrum.conf ${D}/etc/pcmcia/
         install -m 0644 hermes.conf ${D}/etc/pcmcia/
+       install -d ${D}/etc/modutils
+       install -m 0644 ${WORKDIR}/orinoco_cs.conf ${D}/etc/modutils/
 }
+