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 <ansuelsmth@gmail.com>
(cherry picked from commit f81a1a1212)
This commit is contained in:
Christian Marangi
2023-09-27 19:10:39 +02:00
committed by Josef Schlehofer
parent 9855b131c7
commit c7ae1bbced

View File

@@ -40,7 +40,7 @@ endef
define Package/atftpd define Package/atftpd
$(call Package/atftp/Default) $(call Package/atftp/Default)
DEPENDS:=+libpcre +libpthread DEPENDS:=+libpcre2 +libpthread
TITLE+= server TITLE+= server
endef endef