let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / wpa_supplicant / Config.in
1 config BR2_PACKAGE_WPA_SUPPLICANT
2 prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_KMOD_MADWIFI
6 select BR2_PACKAGE_LIBOPENSSL
7 help
8 WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN).
9 Supplicant is the IEEE 802.1X/WPA component that is used in the client
10 stations. It implements key negotiation with a WPA Authenticator and it
11 controls the roaming and IEEE 802.11 authentication/association.
12
13 http://hostap.epitest.fi/wpa_supplicant/
14
15 Depends: openssl
16