mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:54:43 +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):
|
$(PACKAGE_DIR):
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
ifneq ($(strip $(PKG_SOURCE)),)
|
ifneq ($(strip $(PKG_SOURCE_URL)),)
|
||||||
download: $(DL_DIR)/$(PKG_SOURCE)
|
download: $(DL_DIR)/$(PKG_SOURCE)
|
||||||
|
|
||||||
$(DL_DIR)/$(PKG_SOURCE):
|
$(DL_DIR)/$(PKG_SOURCE):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user