diff options
Diffstat (limited to 'packages/orinoco')
-rw-r--r-- | packages/orinoco/orinoco-modules-0.13e/remove-slot-name.patch | 0 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules-0.13e/use-cs-error.patch | 0 | ||||
-rw-r--r-- | packages/orinoco/orinoco-modules_0.13e-26.bb | 6 |
3 files changed, 5 insertions, 1 deletions
diff --git a/packages/orinoco/orinoco-modules-0.13e/remove-slot-name.patch b/packages/orinoco/orinoco-modules-0.13e/remove-slot-name.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/orinoco/orinoco-modules-0.13e/remove-slot-name.patch diff --git a/packages/orinoco/orinoco-modules-0.13e/use-cs-error.patch b/packages/orinoco/orinoco-modules-0.13e/use-cs-error.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/orinoco/orinoco-modules-0.13e/use-cs-error.patch diff --git a/packages/orinoco/orinoco-modules_0.13e-26.bb b/packages/orinoco/orinoco-modules_0.13e-26.bb index dab4853882..688a5e622c 100644 --- a/packages/orinoco/orinoco-modules_0.13e-26.bb +++ b/packages/orinoco/orinoco-modules_0.13e-26.bb @@ -4,11 +4,15 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orinoco-modules-0.13 SRC_URI = "http://www.tzi.de/~plasmahh/orinoco-0.13e-SN-6.tar.bz2 \ file://add-spectrum-support.patch;patch=1 \ + file://use-cs-error.patch;patch=1 \ + file://remove-slot-name.patch;patch=1 \ file://spectrum.conf \ file://orinoco_cs.conf" S = "${WORKDIR}/orinoco-0.13e-SN-6" -PR = "r1" +PR = "r2" # use only w/ kernel 2.6 DEFAULT_PREFERENCE_arm = "-1" +MAKE = "make -e" + |