diff options
author | Rene Wagner <rw@handhelds.org> | 2006-07-28 13:41:38 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-07-28 13:41:38 +0200 |
commit | 0c4f5886f3d57d305dc0b383b4f7bd01b245f5a3 (patch) | |
tree | eec98bbe9262eaf6540d6545b5446148df8233ac | |
parent | 2031d3f49ae7b8bd1079ae1ef4fbd0b74a19d6cf (diff) |
hostap-modules: add version info to Pretec entry in hostap_cs.conf. based on an org.oe.oz354x commit by Marcin Juszkiewicz.
Author: hrw@openembedded.org
Branch: org.openembedded.oz354x
Revision: 9351f11b95efa7268bb7797f19769c8f42548c7a
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r-- | org.handhelds.familiar/packages/hostap/files/hostap_cs.conf | 1 | ||||
-rw-r--r-- | org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf b/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf index 368e632..2a83979 100644 --- a/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf +++ b/org.handhelds.familiar/packages/hostap/files/hostap_cs.conf @@ -56,6 +56,7 @@ card "HyperLink Wireless PC Card 11Mbps" bind "hostap_cs" card "Pretec CompactWLAN 802.11b" + version "Pretec", "CompactWLAN Card 802.11b", "2.5" manfid 0x0156, 0x0002 bind "hostap_cs" diff --git a/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb b/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb index 6928bbc..1134692 100644 --- a/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb +++ b/org.handhelds.familiar/packages/hostap/hostap-modules_0.3.9.bb @@ -3,7 +3,7 @@ SECTION = "kernel/modules" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "GPL" -PR = "r8" +PR = "r9" SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ file://hostap_cs.conf \ |