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

fix ieee1905 dependency

parent 01774d0b
No related branches found
No related tags found
No related merge requests found
Pipeline #20872 failed
...@@ -29,7 +29,7 @@ CNTLR_OBJS = \ ...@@ -29,7 +29,7 @@ CNTLR_OBJS = \
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
LIBS += -li1905 -lmaputil LIBS += -lieee1905 -lmaputil
plugin_subdirs ?= $(wildcard plugins/*) plugin_subdirs ?= $(wildcard plugins/*)
plugin_sofile = $(wildcard $(d)/*.so) plugin_sofile = $(wildcard $(d)/*.so)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment