Makefile: drop link against libblobmsg_json and libjson-c
They are not necessary Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
8e68ab0bb4
commit
717ff71750
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
IWINFO_BACKENDS = $(BACKENDS)
|
||||
IWINFO_CFLAGS = $(CFLAGS) -std=gnu99 -fstrict-aliasing -Iinclude
|
||||
IWINFO_LDFLAGS = -luci -lblobmsg_json -ljson-c -lubox
|
||||
IWINFO_LDFLAGS = -luci -lubox
|
||||
|
||||
IWINFO_LIB = libiwinfo.so
|
||||
IWINFO_LIB_LDFLAGS = $(LDFLAGS) -shared
|
||||
|
|
Loading…
Reference in a new issue