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-master/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-master/Makefile')
-rw-r--r-- | net/nDPId-master/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/nDPId-master/Makefile b/net/nDPId-master/Makefile index 5566306..8ae8398 100644 --- a/net/nDPId-master/Makefile +++ b/net/nDPId-master/Makefile @@ -6,7 +6,7 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/lnslbrty/nDPId.git -PKG_SOURCE_VERSION:=83409e5b79ab224372dd8486249c668b2998a0a4 +PKG_SOURCE_VERSION:=94aa02b298321005b6334262242c30eeb94549ae PKG_HASH:=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) @@ -24,7 +24,7 @@ define Package/nDPId-master TITLE:=nDPId is a tiny nDPI based daemons / toolkit (master branch) SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +zlib +LIBNDPI_GCRYPT:libgcrypt + DEPENDS:=@!SMALL_FLASH @!LOW_MEMORY_FOOTPRINT +libpcap +zlib +LIBNDPI_GCRYPT:libgcrypt URL:=http://github.com/lnslbrty/nDPId endef @@ -64,6 +64,7 @@ endef endif define Build/Prepare + $(call Build/Prepare/Default) $(PKG_UNPACK) $(Build/Patch) env \ |