blob: 16e099aa7cef162d2106fa681da599c1c04f3ea4 [file] [log] [blame]
--- a/hostapd/Makefile 2023-08-14 14:07:55.808647300 +0800
+++ b/hostapd/Makefile 2023-08-14 14:09:14.222019605 +0800
@@ -182,6 +182,7 @@
OBJS += ../src/utils/ucode.o
OBJS += ../src/ap/ucode.o
NEED_ULOOP:=y
+LIBS += -lblobmsg_json -lucode
endif
ifdef NEED_ULOOP
--- a/wpa_supplicant/Makefile 2023-08-14 17:51:44.351944100 +0800
+++ b/wpa_supplicant/Makefile 2023-08-14 17:54:54.232111091 +0800
@@ -206,6 +206,7 @@
OBJS += ../src/utils/ucode.o
OBJS += ucode.o
NEED_ULOOP:=y
+LIBS += -lblobmsg_json -lucode
endif
ifdef NEED_ULOOP