iputils: provide iputils-ping6 in iputils-ping
authorMichal Vasilek <michal.vasilek@nic.cz>
Wed, 12 Oct 2022 16:35:49 +0000 (18:35 +0200)
committerRosen Penev <rosenp@gmail.com>
Fri, 21 Oct 2022 22:14:53 +0000 (15:14 -0700)
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>
net/iputils/Makefile

index a0ab5b098bae5fd7344ffafeafde58d872e98eac..8fdc119f90cb900c7a4347e13d98e66a41cb56e5 100644 (file)
@@ -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