aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-11-16 20:59:17 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-11-16 20:59:17 +0100
commitc18bf14dab89d31f92350e7f1b63b7b8cce6d909 (patch)
tree5fc2a0eef903c8458c1620cea86ceffda72c4771 /package/network/services/hostapd/Makefile
parent8e47655d4e979d65c7e488faea4e1fcca8e4cddc (diff)
downloadupstream-c18bf14dab89d31f92350e7f1b63b7b8cce6d909.tar.gz
upstream-c18bf14dab89d31f92350e7f1b63b7b8cce6d909.tar.bz2
upstream-c18bf14dab89d31f92350e7f1b63b7b8cce6d909.zip
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@universe-factory.net>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index b3cd80d132..9570b2a8f5 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 \