Browse Source

build: add PKG_MIRROR_MD5SUM support for host builds

SVN-Revision: 32082
Felix Fietkau 13 years ago
parent
commit
b50cfbb179
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/host-build.mk

+ 1 - 0
include/host-build.mk

@@ -113,6 +113,7 @@ define Download/default
   SUBDIR:=$(PKG_SOURCE_SUBDIR)
   VERSION:=$(PKG_SOURCE_VERSION)
   MD5SUM:=$(PKG_MD5SUM)
+  MIRROR_MD5SUM:=$(PKG_MIRROR_MD5SUM)
 endef
 
 define Host/Exports/Default