initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+8
View 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/
+5
View File
@@ -0,0 +1,5 @@
# 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
# Locally computed
sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad COPYING
+15
View 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 = GPL-2.0
NFACCT_LICENSE_FILES = COPYING
$(eval $(autotools-package))