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>
This commit is contained in:
Christian Marangi 2023-09-27 19:10:39 +02:00
parent 364fe00b17
commit f81a1a1212
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
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