diff options
author | Richard Purdie <richard@openedhand.com> | 2005-10-10 10:41:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-10-10 10:41:35 +0000 |
commit | cbf3ef91305558fb8a59e19c5987a9e9ca22013a (patch) | |
tree | f7142e57734a8b2fac92ff758a6617d4464a82f9 /openembedded/packages/hostap | |
parent | 562d4d35878bb644cbe2b9f23ef407fd6e1e38e2 (diff) | |
download | poky-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.conf | 16 | ||||
-rw-r--r-- | openembedded/packages/hostap/hostap-modules_0.3.9.bb | 2 |
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 | ||
170 | card "Zonet ZCF1100" | ||
171 | manfid 0x000b, 0x7100 | ||
172 | bind "hostap_cs" | ||
173 | |||
174 | card "Wireless LAN Adapter Version 01.02" | ||
175 | version "Wireless", "LAN Adapter", "Version 01.02" | ||
176 | # manfid 0x0156, 0x0002 | ||
177 | bind "hostap_cs" | ||
178 | |||
179 | card "Ambicom WL1100C 11Mbs Card 802.11b" | ||
180 | manfid 0xd601,0x0002 | ||
181 | bind "hostap_cs" | ||
182 | |||
183 | card "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" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" | 4 | MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r4" | 6 | PR = "r6" |
7 | 7 | ||
8 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ | 8 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ |
9 | file://hostap_cs.conf \ | 9 | file://hostap_cs.conf \ |