summaryrefslogtreecommitdiffstats
path: root/package/ulogd/Config.in
blob: bcd7d0d12bf8a9bc5f36bba65ac83cb8460265da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_ULOGD
	bool "ulogd"
	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/ dynamic library"
	depends on BR2_STATIC_LIBS
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
OpenPOWER on IntegriCloud