source: freewrt/package/hostapd/Config.in@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 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
RevLine 
[c04ece1]1config FWRT_COMPILE_HOSTAPD
[475ad56]2 tristate
3 default n
[c04ece1]4 depends FWRT_PACKAGE_HOSTAPD || FWRT_PACKAGE_HOSTAPD_MINI || FWRT_PACKAGE_HOSTAPD_UTILS
5 select FWRT_PACKAGE_KMOD_MADWIFI
[475ad56]6
[c04ece1]7config FWRT_PACKAGE_HOSTAPD
[475ad56]8 prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
9 tristate
[7cf277a]10 default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
11 default n
[c04ece1]12 select FWRT_COMPILE_HOSTAPD
13 select FWRT_PACKAGE_LIBOPENSSL
[475ad56]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
[c04ece1]26config FWRT_PACKAGE_HOSTAPD_MINI
[475ad56]27 prompt "hostapd-mini...................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (without EAP TLS/TTLS support)"
28 tristate
[7cf277a]29 default n
[c04ece1]30 select FWRT_COMPILE_HOSTAPD
[475ad56]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
[c04ece1]43config FWRT_PACKAGE_HOSTAPD_UTILS
[475ad56]44 prompt "hostapd-utils..................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)"
45 tristate
[7cf277a]46 default n
[c04ece1]47 select FWRT_COMPILE_HOSTAPD
[475ad56]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
[c04ece1]60if (FWRT_PACKAGE_HOSTAPD = y) && (FWRT_PACKAGE_HOSTAPD_MINI = y)
[475ad56]61 comment "WARNING: both hostapd and hostapd-mini are selected for installation !"
62endif
Note: See TracBrowser for help on using the repository browser.