wpa_supplicant: change ssl support from openssl to gnutls

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-06 01:32:21 +01:00
parent d3454dea14
commit 2021b12b15
2 changed files with 6 additions and 3 deletions

View File

@ -33,4 +33,7 @@ CONFIG_EAP_LEAP=y
CONFIG_PKCS12=y
CONFIG_SMARTCARD=y
CONFIG_DEBUG_FILE=y
CONFIG_DRIVER_NL80211=y
CONFIG_DRIVER_NL80211=y
CONFIG_TLS=gnutls
CONFIG_GNUTLS_EXTRA=y

View File

@ -5,8 +5,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://hostap.epitest.fi/wpa_supplicant/"
PKG_URL="http://hostap.epitest.fi/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="dbus libnl"
PKG_BUILD_DEPENDS="toolchain dbus libnl"
PKG_DEPENDS="dbus libnl gnutls"
PKG_BUILD_DEPENDS="toolchain dbus libnl gnutls"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation"