mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-21 11:53:53 +08:00
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:
parent
07639ff186
commit
a5686b8acd
@ -401,6 +401,7 @@ source "package/neon/Config.in"
|
|||||||
source "package/libmnl/Config.in"
|
source "package/libmnl/Config.in"
|
||||||
source "package/libmodbus/Config.in"
|
source "package/libmodbus/Config.in"
|
||||||
source "package/libmbus/Config.in"
|
source "package/libmbus/Config.in"
|
||||||
|
source "package/libnfnetlink/Config.in"
|
||||||
source "package/libnl/Config.in"
|
source "package/libnl/Config.in"
|
||||||
source "package/libpcap/Config.in"
|
source "package/libpcap/Config.in"
|
||||||
source "package/libosip2/Config.in"
|
source "package/libosip2/Config.in"
|
||||||
|
11
package/libnfnetlink/Config.in
Normal file
11
package/libnfnetlink/Config.in
Normal 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/
|
12
package/libnfnetlink/libnfnetlink.mk
Normal file
12
package/libnfnetlink/libnfnetlink.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user