Revert "wpa_supplicant: build with gnutls support"

This reverts commit a71720e33f00a36edbf3d6395409204f2e9e3786.
This commit is contained in:
root 2012-10-26 00:15:36 +02:00
parent d446007e80
commit 0e7532c3a3
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ cd $PKG_BUILD/$1
cp $ROOT/$PKG_DIR/config/makefile.config .config
echo "CONFIG_TLS=gnutls" >> .config
echo "CONFIG_GNUTLS_EXTRA=y" >> .config
# echo "CONFIG_TLS=gnutls" >> .config
# echo "CONFIG_GNUTLS_EXTRA=y" >> .config
make V=1 LIBDIR=/usr/lib BINDIR=/usr/bin

View File

@ -25,8 +25,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 gnutls"
PKG_BUILD_DEPENDS="toolchain dbus libnl gnutls"
PKG_DEPENDS="dbus libnl openssl"
PKG_BUILD_DEPENDS="toolchain dbus libnl openssl"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation"