Allow downloading of files with undefined mdsum (to ease updating packages)

SVN-Revision: 1005
master
Nicolas Thill 20 years ago
parent 689c3906d1
commit b565a03ca2
  1. 2
      openwrt/package/rules.mk

@ -29,7 +29,7 @@ endef
ifneq ($(strip $(PKG_SOURCE)),)
$(DL_DIR)/$(PKG_SOURCE):
$(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) $(PKG_MD5SUM) $(PKG_SOURCE_URL)
$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(PKG_SOURCE)" "$(PKG_MD5SUM)" $(PKG_SOURCE_URL)
endif
ifneq ($(strip $(PKG_CAT)),)

Loading…
Cancel
Save