mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:46:16 +02:00
enable download target only if PKG_SOURCE_URL is set
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5237 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1c9d01bb68
commit
da8bb7068e
@ -346,7 +346,7 @@ else
|
||||
$(PACKAGE_DIR):
|
||||
mkdir -p $@
|
||||
|
||||
ifneq ($(strip $(PKG_SOURCE)),)
|
||||
ifneq ($(strip $(PKG_SOURCE_URL)),)
|
||||
download: $(DL_DIR)/$(PKG_SOURCE)
|
||||
|
||||
$(DL_DIR)/$(PKG_SOURCE):
|
||||
|
Loading…
Reference in New Issue
Block a user