projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39dc8d
)
Fix dependency for hostapd
author
Wilco Baan Hofman
<wilco@baanhofman.nl>
Wed, 4 Jan 2017 16:48:42 +0000
(17:48 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 26 Jan 2017 10:38:21 +0000
(11:38 +0100)
Signed-off-by: Wilco Baan Hofman <wilco@baanhofman.nl>
package/network/services/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/Makefile
b/package/network/services/hostapd/Makefile
index 50c162efa5874474aa18e0063369615683921904..e210457551f9d3b95d14052f9c0d74ccb65c8fba 100644
(file)
--- 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