From: Wilco Baan Hofman Date: Wed, 4 Jan 2017 16:48:42 +0000 (+0100) Subject: Fix dependency for hostapd X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=fa0ac030f538448fcb3e4aac5d158128e9df9560 Fix dependency for hostapd Signed-off-by: Wilco Baan Hofman --- 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