diff options
-rw-r--r-- | packages/orinoco/files/spectrum.conf | 4 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.13e.bb | 2 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.15rc1.bb | 2 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.15rc2.bb | 2 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_cvs.bb | 2 |
5 files changed, 8 insertions, 4 deletions
diff --git a/packages/orinoco/files/spectrum.conf b/packages/orinoco/files/spectrum.conf index 96aa794f0b..849455537e 100644 --- a/packages/orinoco/files/spectrum.conf +++ b/packages/orinoco/files/spectrum.conf @@ -5,6 +5,10 @@ card "LA4100 Spectrum24 CF WLAN Card" manfid 0x026c, 0x0001 bind "spectrum_cs" +card "LA4137 Spectrum24 CF WLAN CARD" + manfid 0x014d, 0x0001 + bind "spectrum_cs" + card "Socket Communications CF+ LP WLAN Card" manfid 0x0104, 0x0001 bind "spectrum_cs" diff --git a/packages/orinoco/orinoco-modules_0.13e.bb b/packages/orinoco/orinoco-modules_0.13e.bb index 44bae20228..ed0796a448 100644 --- a/packages/orinoco/orinoco-modules_0.13e.bb +++ b/packages/orinoco/orinoco-modules_0.13e.bb @@ -4,7 +4,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r3" +PR = "r4" SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz; \ file://crosscompile.patch;patch=1 \ diff --git a/packages/orinoco/orinoco-modules_0.15rc1.bb b/packages/orinoco/orinoco-modules_0.15rc1.bb index 17428f35a3..fd7eeca463 100644 --- a/packages/orinoco/orinoco-modules_0.15rc1.bb +++ b/packages/orinoco/orinoco-modules_0.15rc1.bb @@ -4,7 +4,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r5" +PR = "r6" SRC_URI = "${SOURCEFORGE_MIRROR}/orinoco/orinoco-${PV}.tar.gz \ file://makefile_fix.patch;patch=1 \ diff --git a/packages/orinoco/orinoco-modules_0.15rc2.bb b/packages/orinoco/orinoco-modules_0.15rc2.bb index 60cae87857..8093e7d246 100644 --- a/packages/orinoco/orinoco-modules_0.15rc2.bb +++ b/packages/orinoco/orinoco-modules_0.15rc2.bb @@ -5,7 +5,7 @@ PRIORITY = "optional" PROVIDES = "spectrum-modules" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r7" +PR = "r8" SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \ file://makefile_fix.patch;patch=1 \ diff --git a/packages/orinoco/orinoco-modules_cvs.bb b/packages/orinoco/orinoco-modules_cvs.bb index 2afe839d34..09cb4f67fd 100644 --- a/packages/orinoco/orinoco-modules_cvs.bb +++ b/packages/orinoco/orinoco-modules_cvs.bb @@ -5,7 +5,7 @@ PRIORITY = "optional" PROVIDES = "spectrum-modules" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r0" +PR = "r1" PARALLEL_MAKE = "" EXTRA_OEMAKE = 'KERNEL_SRC="${KERNEL_STAGING_DIR}"' |