From: Matthias Schiffer Date: Wed, 16 Nov 2016 19:59:17 +0000 (+0100) Subject: hostapd: fix PKG_CONFIG_DEPENDS for CONFIG_WPA_SUPPLICANT_* X-Git-Tag: v17.01.0-rc1~829 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c18bf14dab89d31f92350e7f1b63b7b8cce6d909 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 --- 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 \