wget: make the ssl variant provides wget-ssl
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 6 Apr 2020 02:20:55 +0000 (10:20 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Sat, 18 Apr 2020 15:36:43 +0000 (23:36 +0800)
commitba4c4e681e75590a25c51a635d753e22a10f087e
treeb0057b593678b7916c57eeb39abedc8891346c47
parent406b052f7357507774644b6e9a7211081643e26e
wget: make the ssl variant provides wget-ssl

This is to address the need for specifying dependency on a wget
implementation with ssl support.

Now we have a game of names for opkg

 1. uclient-fetch: minimal version by openwrt project
 2. wget-nossl: gnu wget w/o ssl support
 3. wget-ssl: for the moment since this commit, gnu wget w/ ssl support
 4. wget: uclient-fetch, wget-nossl, or wget-ssl
 5. gnu-wget: wget-nossl or wget-ssl

By the time we provide some dummy package like uclient-fetch-ssl and
make it also provide wget-ssl, I guess by then we will also need
gnu-wget-ssl...

Ref: https://github.com/openwrt/packages/issues/11534
Ref: https://github.com/openwrt/packages/pull/9941
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 585e4a38feca24c9650d4e762b44146ecd75d4d0)
net/wget/Makefile