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