From 74b515c083a5a88bc11a1f195bb8ffd5f9626c42 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 27 Sep 2022 18:40:00 +0200 Subject: 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 --- net/nDPId-master/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/nDPId-master/Makefile') 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 \ -- cgit v1.2.3