From 62f73c9b4f0ece1fc19ba00c13ab9b7efe73007c Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 17 Feb 2026 16:01:37 +0100 Subject: [PATCH] ifenslave: 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 --- meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb b/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb index bc0975ecc1..c902af91e7 100644 --- a/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb +++ b/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb @@ -1,5 +1,5 @@ SUMMARY = "Configure network interfaces for parallel routing" -HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding" +HOMEPAGE = "https://wiki.linuxfoundation.org/networking/bonding" SECTION = "net" LICENSE = "GPL-3.0-only"