[OpenWrt-Devel] [PATCH] u-boot.mk: use openwrt url instead of lede project
Luis Araneda
luaraneda at gmail.com
Sun Aug 18 10:59:11 EDT 2019
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 at gmail.com>
---
include/u-boot.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/u-boot.mk b/include/u-boot.mk
index 26e1685b8e..02e37d0f4c 100644
--- a/include/u-boot.mk
+++ b/include/u-boot.mk
@@ -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
--
2.22.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list