diff options
author | Michal Vasilek <michal.vasilek@nic.cz> | 2022-10-12 18:35:49 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-10-21 15:14:53 -0700 |
commit | 88aa9c2e2da4052b11c0685d60c04664b2731ffa (patch) | |
tree | e08c5fda634e972f543b5e1c7c6c5cd204f6ad7c /net/iputils | |
parent | ffe0fc77bd946fb1ee1f8d0b2b3b84ba32b41a73 (diff) |
iputils: provide iputils-ping6 in iputils-ping
iputils-ping6 was a subpackage of the iputils package providing the
ping4 and ping6 command before iputils was moved from core to packages.
Currently ping4 and ping6 are replaced by ping -4/-6 and compatibility
symlinks are only installed when explicitly told so with an option, but
the functionality is always provided by iputils-ping.
Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
Diffstat (limited to 'net/iputils')
-rw-r--r-- | net/iputils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/iputils/Makefile b/net/iputils/Makefile index a0ab5b098..8fdc119f9 100644 --- a/net/iputils/Makefile +++ b/net/iputils/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iputils PKG_VERSION:=20211215 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/iputils/iputils/tar.gz/$(PKG_VERSION)? @@ -51,6 +51,7 @@ define Package/iputils-ping $(call Package/iputils/Default) TITLE:=iputils-ping DEPENDS:=+kmod-crypto-md5 + PROVIDES:=iputils-ping6 endef define Package/iputils-ping/config |