mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:26:14 +02:00
Allow downloading of files with undefined mdsum (to ease updating packages)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1005 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7930502199
commit
626e09ca9e
@ -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…
Reference in New Issue
Block a user