1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/iputils/Config_tracepath.in
Noah Meyerhans 556698cedf iputils: Move the iputils tools to packages
Per discussion in https://github.com/openwrt/openwrt/pull/1804, iputils is
moving from the main openwrt repository to the packages feed, and is switching
from the abandoned skbuff.net upstream to github.com/iputils/iputils

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2019-12-05 17:06:40 -08:00

17 lines
591 B
Plaintext

if PACKAGE_iputils-tracepath
config TRACEPATH_LEGACY_SYMLINKS
bool
default n
prompt "Install legacy tracepath4 and tracepath6 symlinks"
help
Iputils previously generated separate "tracepath" and
"tracepath6" binaries for supporting IPv4 and IPv6
communication, respectively. Recent versions of iputils
have merged support for both address families into a
single tracepath program. Select this option to install
"tracepath6" and "tracepath4" symlinks to the unified
binary to support compatibility with existing tools that
may still expect to find the old names.
endif