]> git.99rst.org Git - openwrt-packages.git/commit
wget: rank wget-nossl below uclient-fetch for the wget alternative
authorAlexandru Ardelean <redacted>
Sat, 18 Jul 2026 14:54:50 +0000 (17:54 +0300)
committerAlexandru Ardelean <redacted>
Sat, 18 Jul 2026 19:40:00 +0000 (22:40 +0300)
commit16b3c7b2dc027af6cc0e51076f1f48739ca50fe0
treef841c6d5838ae354f21be1033e9f3b49307e2398
parent4417cbdb1ba164213096b809a8557698ee1be6bf
wget: rank wget-nossl below uclient-fetch for the wget alternative

apk uses whatever /usr/bin/wget resolves to for HTTPS index downloads.
wget-nossl's alternative was ranked 300, above the HTTPS-capable
uclient-fetch (200), so pulling it in transitively silently broke
apk update. Lower it to 100 so uclient-fetch keeps the default while
wget-nossl stays selectable. wget-ssl (400) is unchanged.

Fixes: https://github.com/openwrt/openwrt/issues/24270
Signed-off-by: Alexandru Ardelean <redacted>
net/wget/Makefile
git clone https://git.99rst.org/PROJECT