From 99a4a0fe8ee6d0a7ee964010d81ef852ed4b9f1d Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Sat, 28 Dec 2024 20:50:05 +0800 Subject: [PATCH] wget: update alternative priority Update wget-ssl and wget-nossl using differet alternative priorities for /usr/bin/wget. Signed-off-by: Nick Liu --- net/wget/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/wget/Makefile b/net/wget/Makefile index afc0ba288f..8711c248b2 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget PKG_VERSION:=1.24.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) @@ -49,7 +49,7 @@ $(call Package/wget/Default) DEPENDS+= +libopenssl +librt TITLE+= (with SSL support) VARIANT:=ssl - ALTERNATIVES:=300:/usr/bin/wget:/usr/libexec/wget-ssl + ALTERNATIVES:=400:/usr/bin/wget:/usr/libexec/wget-ssl endef define Package/wget-ssl/description -- 2.30.2