kumquat-buildroot/package/ulogd/Config.in
Peter Korsgaard d88d2ccd3a package/ulogd: use https for _SITE
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>
(cherry picked from commit 0ec558208e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-06-08 20:09:06 +02:00

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