diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh index c6919aa45d29e9951c21931b37a793b6be5a425c..437ef2fe27195619eda34011466749fee2784b24 100755 --- a/gitlab-ci/install-dependencies.sh +++ b/gitlab-ci/install-dependencies.sh @@ -19,7 +19,7 @@ function exec_cmd() exec_cmd apt update exec_cmd apt install -y iproute2 -# libwifi-6.so + libeasy.so +# libwifi-*.so + libeasy.so cd /opt/dev rm -fr easy-soc-libs mkdir -p /usr/include/easy @@ -31,7 +31,7 @@ exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/ea cd ../libwifi exec_cmd make WIFI_TYPE="TEST" exec_cmd cp wifi.h /usr/include/ -exec_cmd cp -a libwifi-6*.so* /usr/lib +exec_cmd cp -a libwifi-*.so* /usr/lib # wifimngr cd /opt/dev diff --git a/src/Makefile b/src/Makefile index b1b2a950881e5d2369bdbc83ff7fa3d2155babeb..6c4f99c1eaedd75c2a91c7f65e67697158779596 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,7 +49,7 @@ LIBS += -lssl -lcrypto LIBSX = $(LIBS) ifneq (,$(findstring HAS_WIFI,$(CFLAGS))) -LIBSX += -lwifi-6 +LIBSX += -lwifi-7 endif