source: freewrt/package/hostapd/Config.in@ 7cf277a

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

added dependancy for hostapd on WGT634U devices

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

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