diff options
Diffstat (limited to 'orinoco/orinoco-modules_0.13e.oe')
-rw-r--r-- | orinoco/orinoco-modules_0.13e.oe | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/orinoco/orinoco-modules_0.13e.oe b/orinoco/orinoco-modules_0.13e.oe deleted file mode 100644 index 886cf7f514..0000000000 --- a/orinoco/orinoco-modules_0.13e.oe +++ /dev/null @@ -1,27 +0,0 @@ -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 = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz; \ - file://crosscompile.patch;patch=1 \ - file://monitor-${PV}.patch;patch=1 \ - file://spectrum*" -S = "${WORKDIR}/orinoco-${PV}" - -inherit module - -do_compile_prepend() { - cp -f ${WORKDIR}/spectrum* ${S}/ -} - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless - install -d ${D}/etc/pcmcia - install -m 0644 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/ - install -m 0644 spectrum.conf ${D}/etc/pcmcia/ - install -m 0644 hermes.conf ${D}/etc/pcmcia/ -} |