From: George Sapkin Date: Fri, 2 Jan 2026 17:24:52 +0000 (+0200) Subject: wget: provide virtual wget-any X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=38e19d3fb6ed5986650b4c57c2edf49ac76f2a24;p=openwrt-packages.git wget: provide virtual wget-any Provide a virtual wget-any to match the uclient-fetch provides in base. Remove unused gnu-wget provide. Signed-off-by: George Sapkin --- diff --git a/net/wget/Makefile b/net/wget/Makefile index ae3ca21f4..2f4645b08 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget PKG_VERSION:=1.25.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) @@ -32,7 +32,7 @@ define Package/wget/Default SUBMENU:=File Transfer TITLE:=Non-interactive network downloader URL:=https://www.gnu.org/software/wget/index.html - PROVIDES:=gnu-wget wget + PROVIDES:=wget @wget-any endef define Package/wget/Default/description