u-boot.mk: use openwrt url instead of lede project
The LEDE URL is automatically redirected to the OpenWRT one,
returning an HTTP 301 code (Moved Permanently).
Also, use https, as indicated by the redirect.
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
(cherry picked from commit b39ded4ab7)
			
			
This commit is contained in:
		 Luis Araneda
					Luis Araneda
				
			
				
					committed by
					
						 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
			
				
	
			
			
			 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
						parent
						
							730befb9e6
						
					
				
				
					commit
					3112703077
				
			| @@ -3,7 +3,7 @@ PKG_NAME ?= u-boot | |||||||
| ifndef PKG_SOURCE_PROTO | ifndef PKG_SOURCE_PROTO | ||||||
| PKG_SOURCE = $(PKG_NAME)-$(PKG_VERSION).tar.bz2 | PKG_SOURCE = $(PKG_NAME)-$(PKG_VERSION).tar.bz2 | ||||||
| PKG_SOURCE_URL = \ | PKG_SOURCE_URL = \ | ||||||
| 	http://sources.lede-project.org \ | 	https://sources.openwrt.org \ | ||||||
| 	ftp://ftp.denx.de/pub/u-boot | 	ftp://ftp.denx.de/pub/u-boot | ||||||
| endif | endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user