mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 23:47:19 +01:00
treewide: update u-boot URL
U-Boot website has been moved to docs.u-boot.org. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
7bfa1fa83b
commit
ac755f983a
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ define Build/U-Boot/Target
|
|||
endif
|
||||
endif
|
||||
$(if $(DEFAULT),DEFAULT:=$(DEFAULT))
|
||||
URL:=http://www.denx.de/wiki/U-Boot
|
||||
URL:=https://docs.u-boot.org/en/latest/
|
||||
endef
|
||||
|
||||
define Package/u-boot-$(1)/install
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ PKG_SOURCE_URL:= \
|
|||
https://ftp.denx.de/pub/u-boot \
|
||||
https://mirror.cyberbits.eu/u-boot \
|
||||
ftp://ftp.denx.de/pub/u-boot
|
||||
PKG_URL:=http://www.denx.de/wiki/U-Boot
|
||||
PKG_URL:=https://docs.u-boot.org/en/latest/
|
||||
PKG_HASH:=b4f032848e56cc8f213ad59f9132c084dbbb632bc29176d024e58220e0efdf4a
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_DISTNAME)-$(PKG_VERSION)
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_DISTNAME)-$(PKG_VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue