Skip to content

Commit

Permalink
wget: update alternative priority
Browse files Browse the repository at this point in the history
Update wget-ssl and wget-nossl using differet alternative priorities for /usr/bin/wget.

Signed-off-by: Nick Liu <[email protected]>
  • Loading branch information
Nick Liu committed Dec 29, 2024
1 parent ca9c3d1 commit 047c81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/wget/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 047c81c

Please sign in to comment.