From: Christian Marangi Date: Wed, 27 Sep 2023 17:10:39 +0000 (+0200) Subject: atftp: move to PCRE2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1458dc5589facbc1c15f2cc669312921cad21c09;p=feed%2Fpackages.git atftp: move to PCRE2 Move atftp to PCRE2 as PCRE is flagged as EOL and won't receive security updates anymore. Signed-off-by: Christian Marangi (cherry picked from commit f81a1a1212c17f460721fe6f4d4497e66ee418c6) --- diff --git a/net/atftp/Makefile b/net/atftp/Makefile index bee43615f7..cabdd3efd3 100644 --- a/net/atftp/Makefile +++ b/net/atftp/Makefile @@ -40,7 +40,7 @@ endef define Package/atftpd $(call Package/atftp/Default) - DEPENDS:=+libpcre +libpthread + DEPENDS:=+libpcre2 +libpthread TITLE+= server endef