diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 15:06:06 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 15:06:06 +0100 |
| commit | fb29d8570b015c9bc0b7876db5b3a1dba732aa2a (patch) | |
| tree | d85e6b46d8cf6db8d6e03983239a026301d4d98b /package/wpa_supplicant/Makefile | |
| parent | 011eae436ef9c42ffeae570d10964ab1265c081d (diff) | |
implement WPA client mode
Diffstat (limited to 'package/wpa_supplicant/Makefile')
| -rw-r--r-- | package/wpa_supplicant/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 6d6b49f2a..a5b906c62 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -4,13 +4,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= wpa_supplicant -PKG_VERSION:= 0.6.9 +PKG_VERSION:= 0.7.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 0efb8fcedf0a8acf6f423dfdb0658fdd +PKG_MD5SUM:= 02c475f949e5c131856915bbb87fa55d PKG_DESCR:= WPA Supplicant with support for WPA and WPA2 PKG_SECTION:= net -PKG_DEPENDS:= libopenssl ifeq (${ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL},y) +PKG_DEPENDS:= libopenssl PKG_BUILDDEP+= openssl endif PKG_SITES:= http://hostap.epitest.fi/releases/ |
