From c0e6b52482f244e5da6e8011d1737b0a21cef207 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 17 Apr 2012 16:45:20 +0200 Subject: pkg-*.mk: add some comments, update some existing comments Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/pkg-download.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/pkg-download.mk') diff --git a/package/pkg-download.mk b/package/pkg-download.mk index a565ae696..ccf819e3d 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -1,3 +1,12 @@ +############################################################################ +# +# This file contains the download helpers for the various package +# infrastructures. It is used to handle downloads from HTTP servers, +# FTP servers, Git repositories, Subversion repositories, Mercurial +# repositories, Bazaar repositories, and SCP servers. +# +############################################################################ + # Download method commands WGET:=$(call qstrip,$(BR2_WGET)) $(QUIET) SVN:=$(call qstrip,$(BR2_SVN)) -- cgit v1.2.3