mirror of
https://github.com/OpenMANET/morse-feed.git
synced 2025-12-10 03:43:06 -06:00
adds recipe for the Morse Micro dpp daemon and an updated version of libmicrohttpd as required by the package - replicating that from the OpenWrt upstream.
14 lines
384 B
Diff
14 lines
384 B
Diff
diff --git a/daemon/dppd.c b/daemon/dppd.c
|
|
index a524bd2..3885bc4 100644
|
|
--- a/daemon/dppd.c
|
|
+++ b/daemon/dppd.c
|
|
@@ -122,7 +122,7 @@ find_ctrl_if_path()
|
|
{
|
|
while ((dir_data = readdir(root_dir)) != NULL)
|
|
{
|
|
- if (strstr(dir_data->d_name, "hostapd"))
|
|
+ if (strstr(dir_data->d_name, "hostapd_s1g"))
|
|
{
|
|
|
|
if (found)
|