freewrt_1_0
freewrt_2_0
|
Last change
on this file since 0e5771c was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | config FWRT_PACKAGE_KMOD_HOSTAP
|
|---|
| 2 | prompt "kmod-hostap....................... Host AP support for Prism2/2.5/3 IEEE 802.11b"
|
|---|
| 3 | tristate
|
|---|
| 4 | default n
|
|---|
| 5 | help
|
|---|
| 6 | A driver for 802.11b wireless cards based on Intersil Prism2/2.5/3
|
|---|
| 7 | chipset. This driver supports so called Host AP mode that allows
|
|---|
| 8 | the card to act as an IEEE 802.11 access point.
|
|---|
| 9 |
|
|---|
| 10 | This option includes the base Host AP driver code that is shared by
|
|---|
| 11 | different hardware models. You will also need to enable support for
|
|---|
| 12 | PLX/PCI/CS version of the driver to actually use the driver.
|
|---|
| 13 |
|
|---|
| 14 | http://hostap.epitest.fi/
|
|---|
| 15 |
|
|---|
| 16 | config FWRT_PACKAGE_KMOD_HOSTAP_PCI
|
|---|
| 17 | prompt "kmod-hostap-pci................. Host AP driver for Prism2.5 PCI adaptors"
|
|---|
| 18 | tristate
|
|---|
| 19 | default n
|
|---|
| 20 | depends FWRT_PACKAGE_KMOD_HOSTAP
|
|---|
| 21 | help
|
|---|
| 22 | Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
|
|---|
| 23 | driver and its help text includes more information about the Host AP
|
|---|
| 24 | driver.
|
|---|
| 25 |
|
|---|
| 26 | http://hostap.epitest.fi/
|
|---|
| 27 |
|
|---|
| 28 | config FWRT_PACKAGE_KMOD_HOSTAP_PLX
|
|---|
| 29 | prompt "kmod-hostap-plx................. Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors"
|
|---|
| 30 | tristate
|
|---|
| 31 | default n
|
|---|
| 32 | depends FWRT_PACKAGE_KMOD_HOSTAP
|
|---|
| 33 | help
|
|---|
| 34 | Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
|
|---|
| 35 | driver and its help text includes more information about the Host AP
|
|---|
| 36 | driver.
|
|---|
| 37 |
|
|---|
| 38 | http://hostap.epitest.fi/
|
|---|
| 39 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.