]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
treewide: update u-boot URL
authorYanase Yuki <dev@zpc.st>
Thu, 25 Dec 2025 03:44:10 +0000 (12:44 +0900)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 17:07:02 +0000 (18:07 +0100)
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>
include/u-boot.mk
package/boot/uboot-tools/Makefile

index 8d946d11221cd812c211853862d43972366ce885..fcd8b5cd769746e732233187318e7dfd2a09cbbb 100644 (file)
@@ -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
index 6e0c996f6deeadf1131ae8cf893c60a089b24274..a5c35e4deed8d149ea5f3fb43fd683aff2ee8eef 100644 (file)
@@ -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)