1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-29 21:21:54 +01:00
Files
operating-system/buildroot/package/ulogd/Config.in
2018-03-17 23:47:00 +00:00

19 lines
509 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