diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-09 13:39:54 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-09 13:39:54 +0000 |
commit | a432a3ccbfffcfd5906a3353948c81ba314e92d0 (patch) | |
tree | e8c7a4ee2d2bfea8854a1e880c578ab0b32d9330 /packages/orinoco | |
parent | fb6cfe3e6301bf8cd2e84c1b793c4e91bac1d6b6 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/09 14:58:07+02:00 uni-frankfurt.de!mickeyl
fix orinoco-0.13e-26 for kernel 2.6.12
BKrev: 427f682aNbb9y0Rpl4B0NeY3YKR5mA
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" + |