libnfnetlink: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-05-04 03:16:44 +00:00 committed by Peter Korsgaard
parent 07639ff186
commit a5686b8acd
3 changed files with 24 additions and 0 deletions

View File

@ -401,6 +401,7 @@ source "package/neon/Config.in"
source "package/libmnl/Config.in"
source "package/libmodbus/Config.in"
source "package/libmbus/Config.in"
source "package/libnfnetlink/Config.in"
source "package/libnl/Config.in"
source "package/libpcap/Config.in"
source "package/libosip2/Config.in"

View File

@ -0,0 +1,11 @@
config BR2_PACKAGE_LIBNFNETLINK
bool "libnfnetlink"
help
libnfnetlink is the low-level library for netfilter related
kernel/userspace communication.
It provides a generic messaging infrastructure for in-kernel
netfilter subsystems (such as nfnetlink_log, nfnetlink_queue,
nfnetlink_conntrack) and their respective users
and/or management tools in userspace.
http://www.netfilter.org/projects/libnfnetlink/

View File

@ -0,0 +1,12 @@
#############################################################
#
# libnfnetlink
#
#############################################################
LIBNFNETLINK_VERSION = 1.0.0
LIBNFNETLINK_SOURCE = libnfnetlink-$(LIBNFNETLINK_VERSION).tar.bz2
LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files
LIBNFNETLINK_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS))