aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorWilco Baan Hofman <wilco@baanhofman.nl>2017-01-04 17:48:42 +0100
committerJo-Philipp Wich <jo@mein.io>2017-01-26 11:38:21 +0100
commitfa0ac030f538448fcb3e4aac5d158128e9df9560 (patch)
tree1b2d46e33a6edfa3f4357e92c30e1edec9430390 /package/network/services/hostapd/Makefile
parente39dc8d823c86559eedbbdcee5f5c14b827fed0f (diff)
downloadupstream-fa0ac030f538448fcb3e4aac5d158128e9df9560.tar.gz
upstream-fa0ac030f538448fcb3e4aac5d158128e9df9560.tar.bz2
upstream-fa0ac030f538448fcb3e4aac5d158128e9df9560.zip
Fix dependency for hostapd
Signed-off-by: Wilco Baan Hofman <wilco@baanhofman.nl>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 50c162efa5..e210457551 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -242,7 +242,7 @@ define Package/eapol-test
SECTION:=net
CATEGORY:=Network
VARIANT:=supplicant-full
- DEPENDS:=$(DRV_DEPENDS)
+ DEPENDS:=$(DRV_DEPENDS) +WPA_SUPPLICANT_OPENSSL:libopenssl
endef