[source] Fix dependency for hostapd

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 26 02:38:45 PST 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/fa0ac030f538448fcb3e4aac5d158128e9df9560

commit fa0ac030f538448fcb3e4aac5d158128e9df9560
Author: Wilco Baan Hofman <wilco at baanhofman.nl>
AuthorDate: Wed Jan 4 17:48:42 2017 +0100

    Fix dependency for hostapd
    
    Signed-off-by: Wilco Baan Hofman <wilco at baanhofman.nl>
---
 package/network/services/hostapd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index 50c162e..e210457 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
 
 



More information about the lede-commits mailing list