mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	enable download target only if PKG_SOURCE_URL is set
SVN-Revision: 5237
This commit is contained in:
		
							parent
							
								
									5e3c3ba87d
								
							
						
					
					
						commit
						01c896d67c
					
				@ -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