source: freewrt/package/hostapd/Config.in@ 418e6805

freewrt_1_0 freewrt_2_0
Last change on this file since 418e6805 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.0 KB
Line 
1config FWRT_COMPILE_HOSTAPD
2 tristate
3 default n
4 depends FWRT_PACKAGE_HOSTAPD || FWRT_PACKAGE_HOSTAPD_MINI || FWRT_PACKAGE_HOSTAPD_UTILS
5 select FWRT_PACKAGE_KMOD_MADWIFI
6
7config FWRT_PACKAGE_HOSTAPD
8 prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
9 tristate
10 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
11 default n
12 select FWRT_COMPILE_HOSTAPD
13 select FWRT_PACKAGE_LIBOPENSSL
14 help
15
16 hostapd is a user space daemon for access point and
17 authentication servers. It implements IEEE 802.11 access point
18 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
19 client, EAP server, and RADIUS authentication server.
20
21 http://hostap.epitest.fi/hostapd/
22
23 Includes:
24 - hostapd
25
26config FWRT_PACKAGE_HOSTAPD_MINI
27 prompt "hostapd-mini...................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (without EAP TLS/TTLS support)"
28 tristate
29 default n
30 select FWRT_COMPILE_HOSTAPD
31 help
32
33 hostapd is a user space daemon for access point and
34 authentication servers. It implements IEEE 802.11 access point
35 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
36 client, EAP server, and RADIUS authentication server.
37
38 http://hostap.epitest.fi/hostapd/
39
40 Includes:
41 - hostapd (built with WPA support only)
42
43config FWRT_PACKAGE_HOSTAPD_UTILS
44 prompt "hostapd-utils..................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)"
45 tristate
46 default n
47 select FWRT_COMPILE_HOSTAPD
48 help
49
50 hostapd is a user space daemon for access point and
51 authentication servers. It implements IEEE 802.11 access point
52 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
53 client, EAP server, and RADIUS authentication server.
54
55 http://hostap.epitest.fi/hostapd/
56
57 Includes:
58 - hostapd_cli
59
60if (FWRT_PACKAGE_HOSTAPD = y) && (FWRT_PACKAGE_HOSTAPD_MINI = y)
61 comment "WARNING: both hostapd and hostapd-mini are selected for installation !"
62endif
Note: See TracBrowser for help on using the repository browser.