From 88aa9c2e2da4052b11c0685d60c04664b2731ffa Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 12 Oct 2022 18:35:49 +0200 Subject: [PATCH] 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 --- net/iputils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/iputils/Makefile b/net/iputils/Makefile index a0ab5b098b..8fdc119f90 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