summaryrefslogtreecommitdiff
path: root/orinoco
diff options
context:
space:
mode:
Diffstat (limited to 'orinoco')
-rw-r--r--orinoco/orinoco-modules_0.13e.oe7
-rw-r--r--orinoco/orinoco-modules_0.15rc1.oe5
2 files changed, 7 insertions, 5 deletions
diff --git a/orinoco/orinoco-modules_0.13e.oe b/orinoco/orinoco-modules_0.13e.oe
index 613b3171f9..01d44e5907 100644
--- a/orinoco/orinoco-modules_0.13e.oe
+++ b/orinoco/orinoco-modules_0.13e.oe
@@ -6,14 +6,15 @@ 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"
+ file://crosscompile.patch;patch=1 \
+ file://monitor-${PV}.patch;patch=1 \
+ file://spectrum*"
S = "${WORKDIR}/orinoco-${PV}"
inherit module
do_compile_prepend() {
- cp -f ${FILESDIR}/spectrum* ${S}/
+ cp -f ${WORKDIR}/spectrum* ${S}/
}
do_install() {
diff --git a/orinoco/orinoco-modules_0.15rc1.oe b/orinoco/orinoco-modules_0.15rc1.oe
index 6c286fe722..8c3ef93c68 100644
--- a/orinoco/orinoco-modules_0.15rc1.oe
+++ b/orinoco/orinoco-modules_0.15rc1.oe
@@ -5,7 +5,8 @@ PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
-SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz \
+ file://spectrum.conf"
S = "${WORKDIR}/orinoco-${PV}"
inherit module
@@ -14,6 +15,6 @@ 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 ${WORKDIR}/spectrum.conf ${D}/etc/pcmcia/
install -m 0644 hermes.conf ${D}/etc/pcmcia/
}