diff options
| author | Yanase Yuki | 2025-12-25 03:44:10 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | ac755f983ad954b86123d7847349d94dc5812881 (patch) | |
| tree | b8d2a1706b29959fbb5756831019370fbca0fd5f | |
| parent | 7bfa1fa83b6a69fac0300d973736414fef4e7c2e (diff) | |
| download | openwrt-ac755f983ad954b86123d7847349d94dc5812881.tar.gz | |
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>
| -rw-r--r-- | include/u-boot.mk | 2 | ||||
| -rw-r--r-- | package/boot/uboot-tools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/u-boot.mk b/include/u-boot.mk index 8d946d1122..fcd8b5cd76 100644 --- a/include/u-boot.mk +++ b/include/u-boot.mk @@ -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 diff --git a/package/boot/uboot-tools/Makefile b/package/boot/uboot-tools/Makefile index 6e0c996f6d..a5c35e4dee 100644 --- a/package/boot/uboot-tools/Makefile +++ b/package/boot/uboot-tools/Makefile @@ -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) |