Skip to content

Commit

Permalink
u-boot.mk: use openwrt url instead of lede project
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
luaraneda authored and yousong committed Aug 18, 2019
1 parent fd4804c commit b39ded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/u-boot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b39ded4

Please sign in to comment.