mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-24 21:02:35 +00:00
-plumbing to initialize network probe in SM -DNS client to check access to dns server added Signed-off-by: Ammad Rehmat <ammad.rehmat@connectus.ai>
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
Index: opensync-2.0.5.0/src/sm/unit.mk
|
|
===================================================================
|
|
--- opensync-2.0.5.0.orig/src/sm/unit.mk
|
|
+++ opensync-2.0.5.0/src/sm/unit.mk
|
|
@@ -57,6 +57,7 @@ UNIT_LDFLAGS += -lev
|
|
UNIT_LDFLAGS += -lrt
|
|
UNIT_LDFLAGS += -lz
|
|
UNIT_LDFLAGS += -lnl-tiny -lubox
|
|
+UNIT_LDFLAGS += -lcurl
|
|
|
|
UNIT_DEPS := src/lib/ovsdb
|
|
UNIT_DEPS += src/lib/pjs
|