mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
libwpa: build only libwpa_client.so
This commit is contained in:
parent
b84c1e6775
commit
af0bedc16c
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ TARGET_CFLAGS += \
|
|||
|
||||
MAKE_PATH:=wpa_supplicant
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default, libwpa_client.so)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/libwpa
|
||||
$(CP) $(PKG_BUILD_DIR)/src/common/wpa_ctrl.h $(1)/usr/include/libwpa/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue