change cp to $(CP)
[openwrt-10.03/.git] / package / hostapd / Config.in
1 config BR2_PACKAGE_HOSTAPD
2         prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_KMOD_MADWIFI
6         select BR2_PACKAGE_LIBOPENSSL
7         help
8           hostapd is a user space daemon for access point and 
9           authentication servers. It implements IEEE 802.11 access point 
10           management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS 
11           client, EAP server, and RADIUS authentication server.
12           
13           http://hostap.epitest.fi/hostapd/
14