pkg-infra: move the wget download helper to a script
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 2 Jul 2014 21:11:23 +0000 (23:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Jul 2014 22:00:15 +0000 (00:00 +0200)
commit4bee7629eeb524b774357f57fbe53f136ae812c0
treefba3b3a43230831bbfe4de5eb4cb889a8fad2185
parent2fd4b959bd8b8e9d8657de9f458215ecd3b9d072
pkg-infra: move the wget download helper to a script

Maintaining the download helpers in the Makefile has proved to be a bit
complex, so move it to a shell script.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-download.mk
support/download/wget [new file with mode: 0755]