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
1 changed files with 1 additions and 1 deletions

View File

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