diff options
Diffstat (limited to 'packages/orinoco')
-rw-r--r-- | packages/orinoco/orinoco-modules-0.15rc2/catch-up-with-kernel-changes.patch | 0 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.15rc2.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/orinoco/orinoco-modules-0.15rc2/catch-up-with-kernel-changes.patch b/packages/orinoco/orinoco-modules-0.15rc2/catch-up-with-kernel-changes.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/orinoco/orinoco-modules-0.15rc2/catch-up-with-kernel-changes.patch diff --git a/packages/orinoco/orinoco-modules_0.15rc2.bb b/packages/orinoco/orinoco-modules_0.15rc2.bb index ba2fe61c23..73140f8d4c 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 = "r5" +PR = "r6" # seems to cause problems on arm DEFAULT_PREFERENCE_arm = "-1" @@ -14,6 +14,7 @@ SRC_URI = "http://ozlabs.org/people/dgibson/dldwd/orinoco-${PV}.tar.gz \ file://makefile_fix.patch;patch=1 \ file://list-move.patch;patch=1 \ file://spectrum-firmware.patch;patch=1 \ + file://catch-up-with-kernel-changes.patch;patch=1 \ file://spectrum.conf \ file://spectrum_fw.h \ file://orinoco_cs.conf" |