diff options
Diffstat (limited to 'orinoco')
-rw-r--r-- | orinoco/orinoco-modules_0.13e.bb | 0 | ||||
-rw-r--r-- | orinoco/orinoco-modules_0.13e.oe | 27 | ||||
-rw-r--r-- | orinoco/orinoco-modules_0.15rc1.bb | 0 | ||||
-rw-r--r-- | orinoco/orinoco-modules_0.15rc1.oe | 31 | ||||
-rw-r--r-- | orinoco/orinoco-modules_0.15rc2.bb | 0 | ||||
-rw-r--r-- | orinoco/orinoco-modules_0.15rc2.oe | 38 |
6 files changed, 0 insertions, 96 deletions
diff --git a/orinoco/orinoco-modules_0.13e.bb b/orinoco/orinoco-modules_0.13e.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/orinoco/orinoco-modules_0.13e.bb 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/ -} diff --git a/orinoco/orinoco-modules_0.15rc1.bb b/orinoco/orinoco-modules_0.15rc1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/orinoco/orinoco-modules_0.15rc1.bb diff --git a/orinoco/orinoco-modules_0.15rc1.oe b/orinoco/orinoco-modules_0.15rc1.oe deleted file mode 100644 index 099c3be2c9..0000000000 --- a/orinoco/orinoco-modules_0.15rc1.oe +++ /dev/null @@ -1,31 +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 = "r2" - -# seems to cause problems on arm -DEFAULT_PREFERENCE_arm = "-1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz \ - file://list-move.patch;patch=1 \ - file://spectrum-firmware.patch;patch=1 \ - file://spectrum.conf \ - file://spectrum_fw.h" -S = "${WORKDIR}/orinoco-${PV}" - -inherit module - -do_compile_prepend() { - install ${WORKDIR}/spectrum_fw.h ${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 ${WORKDIR}/spectrum.conf ${D}/etc/pcmcia/ - install -m 0644 hermes.conf ${D}/etc/pcmcia/ -} diff --git a/orinoco/orinoco-modules_0.15rc2.bb b/orinoco/orinoco-modules_0.15rc2.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/orinoco/orinoco-modules_0.15rc2.bb diff --git a/orinoco/orinoco-modules_0.15rc2.oe b/orinoco/orinoco-modules_0.15rc2.oe deleted file mode 100644 index 5d9c5bbfe3..0000000000 --- a/orinoco/orinoco-modules_0.15rc2.oe +++ /dev/null @@ -1,38 +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" -PROVIDES = "spectrum-modules" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -PR = "r2" - -# seems to cause problems on arm -DEFAULT_PREFERENCE_arm = "-1" - -SELECTED_OPTIMIZATION = "-O -fno-strict-aliasing" - -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://orinoco_cs.conf" -S = "${WORKDIR}/orinoco-${PV}" - -inherit module - -do_compile_prepend() { - install ${WORKDIR}/spectrum_fw.h ${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 ${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/ -} - |