summaryrefslogtreecommitdiff
path: root/package/wpa_supplicant
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:04:27 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:04:27 +0200
commit2aa7a845f7402af7173246ab4fd0a1be56fea676 (patch)
tree3712a0bbf4603c1865f0b97e4c3731abded62397 /package/wpa_supplicant
parent7310c677852c7a925c55922481052ad0ff7c8310 (diff)
fix runtime dependency
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r--package/wpa_supplicant/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile
index e9f603065..905875078 100644
--- a/package/wpa_supplicant/Makefile
+++ b/package/wpa_supplicant/Makefile
@@ -9,6 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 0e2cb7e4c35667351d8b7ec28c783e6a
PKG_DESCR:= WPA Supplicant with support for WPA and WPA2
PKG_SECTION:= net
+PKG_DEPENDS:= libnl
+PKG_BUILDDEP+= libnl
ifeq (${ADK_PACKAGE_WPA_SUPPLICANT_WITH_OPENSSL},y)
PKG_BUILDDEP+= openssl
endif