diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-20 23:40:11 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-20 23:40:11 +0000 |
commit | b9fb9aaef04129d1f07420a4fbed12c91abfe634 (patch) | |
tree | 02922fc7e0357a83c2c70541b41e44a8732054ba /packages/orinoco | |
parent | f7089b3774028d162a65f2e46043a2087d2b0f31 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/21 01:11:36+02:00 uni-frankfurt.de!mickeyl
apply patch that tries to fix the firmware loading problem w/ spectrum_cs
2005/06/21 01:06:38+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/20 18:47:41+02:00 uni-frankfurt.de!mickeyl
fix opie-pcmciaapplet packaging
BKrev: 42b753db88hZ9QeqaucsP_y091pVpg
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" |