d88d2ccd3a
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>
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
|