diff options
author | Noah Meyerhans <frodo@morgul.net> | 2019-11-12 07:41:57 -0800 |
---|---|---|
committer | Noah Meyerhans <nmeyerha@amazon.com> | 2019-12-05 17:06:40 -0800 |
commit | 556698cedf9e86a0ffe9f148d4e8e733676c26f6 (patch) | |
tree | 44b7774a5a8f670d0c79774fd74c7f3e324ece5c /net/iputils/Config_tracepath.in | |
parent | 4562ce77ec607a3b6c9d167ecdb6669fe6696f7b (diff) |
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>
Diffstat (limited to 'net/iputils/Config_tracepath.in')
-rw-r--r-- | net/iputils/Config_tracepath.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/iputils/Config_tracepath.in b/net/iputils/Config_tracepath.in new file mode 100644 index 000000000..51a78dd4e --- /dev/null +++ b/net/iputils/Config_tracepath.in @@ -0,0 +1,16 @@ +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 |