[source] hostapd: fix PKG_CONFIG_DEPENDS for CONFIG_WPA_SUPPLICANT_*

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 12:03:06 PST 2016


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

commit c18bf14dab89d31f92350e7f1b63b7b8cce6d909
Author: Matthias Schiffer <mschiffer at universe-factory.net>
AuthorDate: Wed Nov 16 20:59:17 2016 +0100

    hostapd: fix PKG_CONFIG_DEPENDS for CONFIG_WPA_SUPPLICANT_*
    
    These symbols don't affect wpa-supplicant only, but also wpad.
    
    Signed-off-by: Matthias Schiffer <mschiffer at universe-factory.net>
---
 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 b3cd80d..9570b2a 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -44,7 +44,7 @@ ifeq ($(LOCAL_VARIANT),mesh)
   CONFIG_VARIANT:=full
 endif
 
-ifeq ($(LOCAL_TYPE),supplicant)
+ifneq ($(LOCAL_TYPE),hostapd)
   ifeq ($(LOCAL_VARIANT),full)
     PKG_CONFIG_DEPENDS += \
 		CONFIG_WPA_SUPPLICANT_INTERNAL \



More information about the lede-commits mailing list