summaryrefslogtreecommitdiffstats
path: root/meta/packages/orinoco/orinoco-modules_0.15rc2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-11 07:50:26 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-11 07:50:26 +0000
commit23b9718ff70049806a7d42900533d8d8a2d0631b (patch)
treedf6f68cc5dd965c3cc55ef6b4b95455c99c94c18 /meta/packages/orinoco/orinoco-modules_0.15rc2.bb
parent6427370753146b2a71a06df614f71e8df9de9a23 (diff)
downloadpoky-23b9718ff70049806a7d42900533d8d8a2d0631b.tar.gz
orinoco-modules: dropped as they are provided by 2.6 kernel now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1475 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/orinoco/orinoco-modules_0.15rc2.bb')
-rw-r--r--meta/packages/orinoco/orinoco-modules_0.15rc2.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/packages/orinoco/orinoco-modules_0.15rc2.bb b/meta/packages/orinoco/orinoco-modules_0.15rc2.bb
deleted file mode 100644
index b31f1bf6c2..0000000000
--- a/meta/packages/orinoco/orinoco-modules_0.15rc2.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \
2Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family."
3SECTION = "kernel/modules"
4PRIORITY = "optional"
5PROVIDES = "spectrum-modules"
6DEPENDS = "orinoco-conf spectrum-fw"
7RDEPENDS = "orinoco-conf"
8LICENSE = "GPL"
9PR = "r9"
10
11SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \
12 file://makefile_fix.patch;patch=1 \
13 file://list-move.patch;patch=1 \
14 file://add_utsname.patch;patch=1 \
15 file://add_event.patch;patch=1 \
16 file://spectrum_cs_ids.patch;patch=1 \
17 file://catch-up-with-kernel-changes.patch;patch=1"
18S = "${WORKDIR}/orinoco-${PV}"
19
20inherit module
21
22do_install() {
23 install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
24 install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/
25}
26
27PACKAGES = "orinoco-modules-cs orinoco-modules-pci orinoco-modules-usb orinoco-modules-nortel orinoco-modules"
28FILES_orinoco-modules-cs = "/lib/modules/${KERNEL_VERSION}/net/*_cs${KERNEL_OBJECT_SUFFIX}"
29FILES_orinoco-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/orinoco_p*${KERNEL_OBJECT_SUFFIX}"
30FILES_orinoco-modules-usb = "/lib/modules/${KERNEL_VERSION}/net/*_usb${KERNEL_OBJECT_SUFFIX}"
31FILES_orinoco-modules-nortel = "/lib/modules/${KERNEL_VERSION}/net/orinoco_tmd${KERNEL_OBJECT_SUFFIX} \
32 /lib/modules/${KERNEL_VERSION}/net/orinoco_nortel${KERNEL_OBJECT_SUFFIX}"
33FILES_orinoco-modules = "/lib/modules/"
34RDEPENDS_orinoco-modules-cs = "orinoco-modules spectrum-fw"
35RDEPENDS_orinoco-modules-pci = "orinoco-modules"
36RDEPENDS_orinoco-modules-usb = "orinoco-modules"
37RDEPENDS_orinoco-modules-nortel = "orinoco-modules"