[source] Fix dependency for hostapd
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 1 07:08:42 PST 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/f8d8b60f1b410af299f39640031c16b2bf2fa2da
commit f8d8b60f1b410af299f39640031c16b2bf2fa2da
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