u-boot.mk: use openwrt url instead of lede project
authorLuis Araneda <luaraneda@gmail.com>
Sun, 18 Aug 2019 14:59:11 +0000 (10:59 -0400)
committerYousong Zhou <yszhou4tech@gmail.com>
Sun, 18 Aug 2019 15:14:13 +0000 (15:14 +0000)
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>
include/u-boot.mk

index 26e1685b8e651197c942e3b03e9cec3421ed9f08..02e37d0f4c18b93a29e7a12ee993ac9b3f5513d8 100644 (file)
@@ -3,7 +3,7 @@ PKG_NAME ?= u-boot
 ifndef PKG_SOURCE_PROTO
 PKG_SOURCE = $(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL = \
-       http://sources.lede-project.org \
+       https://sources.openwrt.org \
        ftp://ftp.denx.de/pub/u-boot
 endif