diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-15 17:18:24 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-15 17:18:24 +0000 |
commit | 9cc7ddbeb33f41f5434dd901b7ed6f4bd8ab759d (patch) | |
tree | 604563bc49ac8e7e13b772e2a23d5c4dfef5f926 | |
parent | c89a2eb8e6ded6230f3f49aee8bcb02c0db42d6f (diff) |
compensate orinoco for list-move being added to our ancient kernels (<2.4.20)
BKrev: 40cf2f60kqwKmsNvt-Wm7nRYMc0CuQ
-rw-r--r-- | orinoco/orinoco-modules-0.15rc1/list-move.patch | 0 | ||||
-rw-r--r-- | orinoco/orinoco-modules_0.15rc1.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/orinoco/orinoco-modules-0.15rc1/list-move.patch b/orinoco/orinoco-modules-0.15rc1/list-move.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/orinoco/orinoco-modules-0.15rc1/list-move.patch diff --git a/orinoco/orinoco-modules_0.15rc1.oe b/orinoco/orinoco-modules_0.15rc1.oe index a1884754dd..4adb33252e 100644 --- a/orinoco/orinoco-modules_0.15rc1.oe +++ b/orinoco/orinoco-modules_0.15rc1.oe @@ -4,9 +4,10 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "1" +PR = "r2" 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" |