mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
easy-soc-libs: add libwpa_client dependency
This commit is contained in:
parent
c558d65793
commit
b84c1e6775
2 changed files with 6 additions and 1 deletions
|
|
@ -76,6 +76,10 @@ EASY_SOC_LIBS := \
|
||||||
libethernet \
|
libethernet \
|
||||||
libqos
|
libqos
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PACKAGE_libwpa_client),y)
|
||||||
|
TARGET_CFLAGS +=-DLIBWPA_CLIENT \
|
||||||
|
-I$(STAGING_DIR)/usr/include/libwpa
|
||||||
|
endif
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
TARGET_CFLAGS += \
|
||||||
-I$(STAGING_DIR)/usr/include \
|
-I$(STAGING_DIR)/usr/include \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
define Package/libwifi
|
define Package/libwifi
|
||||||
$(call Package/easy-soc-libs)
|
$(call Package/easy-soc-libs)
|
||||||
TITLE:= WiFi library (libwifi)
|
TITLE:= WiFi library (libwifi)
|
||||||
DEPENDS+=+libnl +libnl-route +libeasy +TARGET_iopsys_brcm63xx_arm:bcmkernel
|
DEPENDS+=+libnl +libnl-route +libeasy +TARGET_iopsys_brcm63xx_arm:bcmkernel +PACKAGE_libwpa_client:libwpa_client
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libwifi/config
|
define Package/libwifi/config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue