diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-27 18:40:00 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-27 19:10:29 +0200 |
commit | 74b515c083a5a88bc11a1f195bb8ffd5f9626c42 (patch) | |
tree | e02e907aa280914cff2ec14960bd36afb61d322a /net/nDPId/Makefile | |
parent | bdb38febf52dafa77664f84b3d214e57b92230d7 (diff) |
libndpi: bump to current dev branch
nDPId-master: add @!SMALL_FLASH @!LOW_MEMORY_FOOTPRINT
nDPId: add @!SMALL_FLASH @!LOW_MEMORY_FOOTPRINT
@!SMALL_FLASH @!LOW_MEMORY_FOOTPRINT
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'net/nDPId/Makefile')
-rw-r--r-- | net/nDPId/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nDPId/Makefile b/net/nDPId/Makefile index e9b328b..770df0f 100644 --- a/net/nDPId/Makefile +++ b/net/nDPId/Makefile @@ -29,7 +29,7 @@ define Package/nDPId TITLE:=nDPId is a tiny nDPI based daemons / toolkit SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +LIBNDPI_GCRYPT:libgcrypt +libndpi + DEPENDS:=@!SMALL_FLASH @!LOW_MEMORY_FOOTPRINT +libpcap +LIBNDPI_GCRYPT:libgcrypt +libndpi URL:=http://github.com/lnslbrty/nDPId endef |