f4716f79a0
Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
698 B
Plaintext
22 lines
698 B
Plaintext
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
|