mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
conntrack-tools: bump to version 1.2.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3797d43017
commit
977e9baf10
@ -1,7 +1,9 @@
|
|||||||
config BR2_PACKAGE_CONNTRACK_TOOLS
|
config BR2_PACKAGE_CONNTRACK_TOOLS
|
||||||
bool "conntrack-tools"
|
bool "conntrack-tools"
|
||||||
depends on BR2_INET_IPV6
|
depends on BR2_INET_IPV6
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
|
select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
|
||||||
|
select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT
|
||||||
help
|
help
|
||||||
The conntrack-tools are a set of tools targeted at
|
The conntrack-tools are a set of tools targeted at
|
||||||
system administrators.
|
system administrators.
|
||||||
@ -10,5 +12,5 @@ config BR2_PACKAGE_CONNTRACK_TOOLS
|
|||||||
|
|
||||||
http://www.netfilter.org/projects/conntrack-tools/
|
http://www.netfilter.org/projects/conntrack-tools/
|
||||||
|
|
||||||
comment "conntrack-tools requires a toolchain with IPV6 support"
|
comment "conntrack-tools requires a toolchain with IPV6 and LARGEFILE support"
|
||||||
depends on !BR2_INET_IPV6
|
depends on !BR2_INET_IPV6 || !BR2_LARGEFILE
|
||||||
|
@ -4,9 +4,10 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
CONNTRACK_TOOLS_VERSION = 1.0.1
|
CONNTRACK_TOOLS_VERSION = 1.2.1
|
||||||
CONNTRACK_TOOLS_SOURCE = conntrack-tools-$(CONNTRACK_TOOLS_VERSION).tar.bz2
|
CONNTRACK_TOOLS_SOURCE = conntrack-tools-$(CONNTRACK_TOOLS_VERSION).tar.bz2
|
||||||
CONNTRACK_TOOLS_SITE = http://www.netfilter.org/projects/conntrack-tools/files
|
CONNTRACK_TOOLS_SITE = http://www.netfilter.org/projects/conntrack-tools/files
|
||||||
CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config libnetfilter_conntrack
|
CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config \
|
||||||
|
libnetfilter_conntrack libnetfilter_cttimeout
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user