Skip to content

Commit

Permalink
build: add PKG_MIRROR_MD5SUM support for host builds
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32082 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nbd committed Jun 6, 2012
1 parent 39bab2e commit 2ef3c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/host-build.mk
Expand Up @@ -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
Expand Down

0 comments on commit 2ef3c1b

Please sign in to comment.