hostapd: fix PKG_CONFIG_DEPENDS for CONFIG_WPA_SUPPLICANT_*
authorMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 16 Nov 2016 19:59:17 +0000 (20:59 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Wed, 16 Nov 2016 19:59:17 +0000 (20:59 +0100)
These symbols don't affect wpa-supplicant only, but also wpad.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
package/network/services/hostapd/Makefile

index b3cd80d1329455e05d8837793ccfe0a1bd600ed8..9570b2a8f55adb8d21181307bf8405dffd9592f2 100644 (file)
@@ -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 \