kumquat-buildroot/package/iputils/Config.in
Petr Vorel b89eff429d package/iputils: bump version to 20221126
This release removed: ninfod, rarpd, rdisc
=> add entries to Config.in.legacy.

LICENSE file got updated (just to use SPDX)
=> update checksum.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Reviewed-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-02-06 12:20:17 +01:00

41 lines
727 B
Plaintext

config BR2_PACKAGE_IPUTILS
bool "iputils"
depends on BR2_USE_MMU # fork()
help
This package is set of small useful utilities for Linux
networking. It includes complete versions of ping, arping,
etc.
https://github.com/iputils/iputils
if BR2_PACKAGE_IPUTILS
config BR2_PACKAGE_IPUTILS_ARPING
bool "arping"
default y
help
Installs arping.
config BR2_PACKAGE_IPUTILS_CLOCKDIFF
bool "clockdiff"
default y
help
Installs clockdiff.
config BR2_PACKAGE_IPUTILS_PING
bool "ping"
default y
help
Installs ping.
config BR2_PACKAGE_IPUTILS_TRACEPATH
bool "tracepath"
default y
help
Installs tracepath.
comment "ninfod needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
endif