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>
This commit is contained in:
parent
8e47655d4e
commit
c18bf14dab
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ifeq ($(LOCAL_VARIANT),mesh)
|
||||||
CONFIG_VARIANT:=full
|
CONFIG_VARIANT:=full
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(LOCAL_TYPE),supplicant)
|
ifneq ($(LOCAL_TYPE),hostapd)
|
||||||
ifeq ($(LOCAL_VARIANT),full)
|
ifeq ($(LOCAL_VARIANT),full)
|
||||||
PKG_CONFIG_DEPENDS += \
|
PKG_CONFIG_DEPENDS += \
|
||||||
CONFIG_WPA_SUPPLICANT_INTERNAL \
|
CONFIG_WPA_SUPPLICANT_INTERNAL \
|
||||||
|
|
Loading…
Reference in a new issue