diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 23:25:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 23:25:30 +0100 |
commit | f998221406653b1192796a2ed37d1791d64df9a7 (patch) | |
tree | e7e98e72571ce04198bf688ddeca7eef0dc06320 /package/wpa_supplicant | |
parent | 4ec1361235a61c59e2e89a821b2e493249616b48 (diff) |
change defaults
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 104e98c5e..9ccacb3a2 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -13,6 +13,8 @@ PKG_DEPENDS:= libnl PKG_BUILDDEP:= libnl PKG_SITES:= http://hostap.epitest.fi/releases/ +PKG_DFLT_WPA_SUPPLICANT:= y if ADK_HARDWARE_IBMX40 + WRKSRC= ${WRKDIST}/${PKG_NAME} PKG_CHOICES:= WITH_OPENSSL WITH_GNUTLS |