Skip to content
Snippets Groups Projects
Commit 473c4a54 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

add dependency on libwifiutils.so

parent 327f57d4
No related branches found
No related tags found
1 merge request!190Acx/libwifi 7
Pipeline #79487 failed
...@@ -26,7 +26,7 @@ OBJS += steer_module.o ...@@ -26,7 +26,7 @@ OBJS += steer_module.o
LIBS = -lubus -lubox -ljson-c -lblobmsg_json -luci -pthread LIBS = -lubus -lubox -ljson-c -lblobmsg_json -luci -pthread
LIBS += -rdynamic -ldl LIBS += -rdynamic -ldl
LIBS += -leasy LIBS += -leasy -lwifiutils
LIBS += -lieee1905 -lmaputil LIBS += -lieee1905 -lmaputil
plugin_subdirs ?= $(wildcard plugins/*/*) plugin_subdirs ?= $(wildcard plugins/*/*)
......
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <sys/time.h>
#include <easy/easy.h> #include <easy/easy.h>
#include "utils/utils.h" #include "utils/utils.h"
#include "easymesh.h" #include "easymesh.h"
#include "utils/debug.h" #include "utils/debug.h"
#include "wifi_dataelements.h"
#include "wifi_opclass.h" #include "wifi_opclass.h"
static const struct wifi_radio_opclass e4 = { static const struct wifi_radio_opclass e4 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment