summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/hostap
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-10-10 10:41:35 +0000
committerRichard Purdie <richard@openedhand.com>2005-10-10 10:41:35 +0000
commitcbf3ef91305558fb8a59e19c5987a9e9ca22013a (patch)
treef7142e57734a8b2fac92ff758a6617d4464a82f9 /openembedded/packages/hostap
parent562d4d35878bb644cbe2b9f23ef407fd6e1e38e2 (diff)
downloadpoky-cbf3ef91305558fb8a59e19c5987a9e9ca22013a.tar.gz
Merge changes from mainline OE to try and keep us in sync.
git-svn-id: https://svn.o-hand.com/repos/poky@127 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/hostap')
-rw-r--r--openembedded/packages/hostap/files/hostap_cs.conf16
-rw-r--r--openembedded/packages/hostap/hostap-modules_0.3.9.bb2
2 files changed, 17 insertions, 1 deletions
diff --git a/openembedded/packages/hostap/files/hostap_cs.conf b/openembedded/packages/hostap/files/hostap_cs.conf
index 0b1bcf1a58..c5f46d8e71 100644
--- a/openembedded/packages/hostap/files/hostap_cs.conf
+++ b/openembedded/packages/hostap/files/hostap_cs.conf
@@ -167,3 +167,19 @@ card "ZCOMAX AirRunner/XI-300"
167 manfid 0xd601, 0x0002 167 manfid 0xd601, 0x0002
168 bind "hostap_cs" 168 bind "hostap_cs"
169 169
170card "Zonet ZCF1100"
171 manfid 0x000b, 0x7100
172 bind "hostap_cs"
173
174card "Wireless LAN Adapter Version 01.02"
175 version "Wireless", "LAN Adapter", "Version 01.02"
176# manfid 0x0156, 0x0002
177 bind "hostap_cs"
178
179card "Ambicom WL1100C 11Mbs Card 802.11b"
180 manfid 0xd601,0x0002
181 bind "hostap_cs"
182
183card "Sandisk Connect SDWCFB-000"
184 manfid 0xd601,0x0005
185 bind "hostap_cs"
diff --git a/openembedded/packages/hostap/hostap-modules_0.3.9.bb b/openembedded/packages/hostap/hostap-modules_0.3.9.bb
index 1be1e6a77e..435054c07c 100644
--- a/openembedded/packages/hostap/hostap-modules_0.3.9.bb
+++ b/openembedded/packages/hostap/hostap-modules_0.3.9.bb
@@ -3,7 +3,7 @@ SECTION = "kernel/modules"
3PRIORITY = "optional" 3PRIORITY = "optional"
4MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" 4MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5LICENSE = "GPL" 5LICENSE = "GPL"
6PR = "r4" 6PR = "r6"
7 7
8SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ 8SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \
9 file://hostap_cs.conf \ 9 file://hostap_cs.conf \