summaryrefslogtreecommitdiffstats
path: root/package/ulogd/Config.in
blob: 709240925ac164c628f763701b0fe1a1bbb074be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config BR2_PACKAGE_ULOGD
	bool "ulogd"
	depends on BR2_INET_IPV6
	depends on !BR2_STATIC_LIBS
	depends on BR2_USE_MMU
	# ulog support removed for kernels >= 3.17
	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
	select BR2_PACKAGE_LIBMNL
	select BR2_PACKAGE_LIBNETFILTER_ACCT
	select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
	select BR2_PACKAGE_LIBNETFILTER_LOG
	select BR2_PACKAGE_LIBNFNETLINK
	help
	  ulogd is a userspace logging daemon for netfilter/iptables related logging.

	  http://www.netfilter.org/projects/ulogd/

comment "ulogd needs a toolchain w/ IPv6, dynamic library"
	depends on !BR2_INET_IPV6 || BR2_STATIC_LIBS
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
OpenPOWER on IntegriCloud