diff --git a/net/wifidog/Makefile b/net/wifidog/Makefile index 900d8a6482..28af32498b 100644 --- a/net/wifidog/Makefile +++ b/net/wifidog/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifidog PKG_VERSION:=1.3.0 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/wifidog/wifidog-gateway diff --git a/net/wifidog/patches/030-wolfssl-options.patch b/net/wifidog/patches/030-wolfssl-options.patch new file mode 100644 index 0000000000..3be051ac0d --- /dev/null +++ b/net/wifidog/patches/030-wolfssl-options.patch @@ -0,0 +1,18 @@ +--- a/src/simple_http.c ++++ b/src/simple_http.c +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + #include + #include + +@@ -37,6 +38,7 @@ + #include "pstring.h" + + #ifdef USE_CYASSL ++#include + #include + #include "conf.h" + /* For CYASSL_MAX_ERROR_SZ */