mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
0ec558208e
http redirects to https, so use that instead. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
510 B
Plaintext
19 lines
510 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.
|
|
|
|
https://www.netfilter.org/projects/ulogd/
|
|
|
|
comment "ulogd needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|