summaryrefslogtreecommitdiffstats
path: root/package/pkg-download.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/pkg-download.mk')
-rw-r--r--package/pkg-download.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pkg-download.mk b/package/pkg-download.mk
index 1705fcd8e..8f6fe3dd8 100644
--- a/package/pkg-download.mk
+++ b/package/pkg-download.mk
@@ -1,11 +1,11 @@
-############################################################################
+################################################################################
#
# 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)