77d7cfdc91
Remove kernel headers check since it now implements local definitions to keep working with newer versions. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
config BR2_PACKAGE_ULOGD
|
|
bool "ulogd"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|
|
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
|