From 98576ba53feb0f4453385fd46a95a1c5932261ba Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 17 Feb 2026 16:01:36 +0100 Subject: [PATCH] bridge-utils: update link to homepage The old link does not work anymore. New page found based on other linuxfoundation.org link redirects. Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- .../recipes-support/bridge-utils/bridge-utils_1.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb index 59e3dbae5f..ddb243105a 100644 --- a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb +++ b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb @@ -1,5 +1,5 @@ SUMMARY = "Tools for ethernet bridging" -HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" +HOMEPAGE = "https://wiki.linuxfoundation.org/networking/bridge" SECTION = "net" LICENSE = "GPL-2.0-only"