update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/nfacct/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/nfacct/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_NFACCT
|
||||
bool "nfacct"
|
||||
select BR2_PACKAGE_LIBNETFILTER_ACCT
|
||||
help
|
||||
nfacct is the command line tool to create/retrieve/delete
|
||||
netfilter accounting objects.
|
||||
|
||||
http://www.netfilter.org/projects/nfacct/
|
||||
3
bsp/buildroot-2017.02.11/package/nfacct/nfacct.hash
Normal file
3
bsp/buildroot-2017.02.11/package/nfacct/nfacct.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# From ftp://ftp.netfilter.org/pub/nfacct/nfacct-1.0.2.tar.bz2.{md5sum,sha1sum}
|
||||
md5 94faafdaaed85ca9220c5692be8a408e nfacct-1.0.2.tar.bz2
|
||||
sha1 17d6576778227ea93c62600d9b18ff4932963c6a nfacct-1.0.2.tar.bz2
|
||||
15
bsp/buildroot-2017.02.11/package/nfacct/nfacct.mk
Normal file
15
bsp/buildroot-2017.02.11/package/nfacct/nfacct.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# nfacct
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NFACCT_VERSION = 1.0.2
|
||||
NFACCT_SOURCE = nfacct-$(NFACCT_VERSION).tar.bz2
|
||||
NFACCT_SITE = http://www.netfilter.org/projects/nfacct/files
|
||||
NFACCT_DEPENDENCIES = host-pkgconf \
|
||||
libnetfilter_acct
|
||||
NFACCT_LICENSE = GPLv2
|
||||
NFACCT_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user