diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/.template/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/.template/Makefile b/package/.template/Makefile index e5593b3fb..7175f4a48 100644 --- a/package/.template/Makefile +++ b/package/.template/Makefile @@ -14,6 +14,8 @@ PKG_DEPENDS:= add dependendant package names PKG_BUILDDEP:= add packages which need to be compiled PKG_URL:= add project url PKG_SITES:= add download url without package name +# alternatively use a pre-defined set of mirrors, see mk/mirrors.mk: +#PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=sub/path/} # if more than one binary package is created, add symbol names of all here # leave variable empty, when no binary package is created. You can set it |