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:
parent
364fe00b17
commit
f81a1a1212
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue