diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-24 14:32:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-12-25 07:27:32 +0100 |
commit | 63e975be18d0a8e6ad72e854c91b128eea0efcf3 (patch) | |
tree | e078caefc9152f569ec21d7d663c78c9e2351a7d /package/wpa_supplicant | |
parent | d06035471603d3ab20c0ea59fff62c1442b1688c (diff) |
wpa_supplicant: default to internal crypto
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index dadbe05c9..873b6f2d3 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= wpa_supplicant PKG_VERSION:= 2.10 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 20df7ae5154b3830355f8ab4269123a87affdea59fe74fe9292a91d0d7e17b2f PKG_DESCR:= wpa supplicant PKG_SECTION:= net/wifi @@ -21,7 +21,7 @@ PKG_DFLT_WPA_SUPPLICANT:= y if ADK_TARGET_WITH_WIFI WRKSRC= ${WRKDIST}/${PKG_NAME} -PKG_CHOICES_WPA_SUPPLICANT:= WITH_LIBRESSL WITH_INTERNAL WITH_GNUTLS +PKG_CHOICES_WPA_SUPPLICANT:= WITH_INTERNAL WITH_LIBRESSL WITH_GNUTLS PKGCD_WITH_LIBRESSL:= use libressl for crypto PKGCS_WITH_LIBRESSL:= libressl PKGCB_WITH_LIBRESSL:= libressl |