diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-13 18:58:54 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-13 18:58:54 +0000 |
commit | d734ec5262acd53d9b3564a04bd18122c51c928e (patch) | |
tree | a189bdb842618c402365817f144fbf3478621712 /orinoco | |
parent | 1f23ae9ba0479b1cd3936eba6a7a97c90737fd26 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into allanon.vanille.de:/usr/local/projects/oe-packages
2004/03/13 19:58:44+01:00 vanille.de!mickey
orinoco now has more support for ethtool. bump cvs version
BKrev: 405359eemzJIRPTiYLKJSUgkOcfGsw
Diffstat (limited to 'orinoco')
-rw-r--r-- | orinoco/orinoco-modules-20040313/compile.patch (renamed from orinoco/orinoco-modules-20040301/compile.patch) | 0 | ||||
-rw-r--r-- | orinoco/orinoco-modules-20040313/spectrum.conf (renamed from orinoco/orinoco-modules-20040301/spectrum.conf) | 0 | ||||
-rw-r--r-- | orinoco/orinoco-modules_20040301.oe | 21 | ||||
-rw-r--r-- | orinoco/orinoco-modules_20040313.oe | 0 |
4 files changed, 0 insertions, 21 deletions
diff --git a/orinoco/orinoco-modules-20040301/compile.patch b/orinoco/orinoco-modules-20040313/compile.patch index e69de29bb2..e69de29bb2 100644 --- a/orinoco/orinoco-modules-20040301/compile.patch +++ b/orinoco/orinoco-modules-20040313/compile.patch diff --git a/orinoco/orinoco-modules-20040301/spectrum.conf b/orinoco/orinoco-modules-20040313/spectrum.conf index e69de29bb2..e69de29bb2 100644 --- a/orinoco/orinoco-modules-20040301/spectrum.conf +++ b/orinoco/orinoco-modules-20040313/spectrum.conf diff --git a/orinoco/orinoco-modules_20040301.oe b/orinoco/orinoco-modules_20040301.oe deleted file mode 100644 index 1cedf32e58..0000000000 --- a/orinoco/orinoco-modules_20040301.oe +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Hermes(Orinoco) cards. \ -Also contains support for cards using downloadable firmware, i.e. the Symbol/Socket family." -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -LICENSE = "GPL" - -export CVS_RSH = ssh -SRC_URI = cvs://anoncvs@savannah.nongnu.org/cvsroot/orinoco;module=orinoco;date=${PV};method=ext \ - file://${FILESDIR}/compile.patch;patch=1 -S = "${WORKDIR}/orinoco" - -inherit module - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless - install -d ${D}/etc/pcmcia - install -m 0755 *.o ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/ - install -m 0644 ${FILESDIR}/spectrum.conf ${D}/etc/pcmcia/ - install -m 0644 hermes.conf ${D}/etc/pcmcia/ -} diff --git a/orinoco/orinoco-modules_20040313.oe b/orinoco/orinoco-modules_20040313.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/orinoco/orinoco-modules_20040313.oe |