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