From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4c1M2q1t5dz2y9V for ; Tue, 12 Aug 2025 06:26:11 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4c1M2q1btzz2y7D for ; Tue, 12 Aug 2025 06:26:11 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4c1M2p4KQLz81 for ; Tue, 12 Aug 2025 06:26:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1754979970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=EF16EScwKs+mHcSiYGAVWMg9niuSnwKNF8j9dMtbAzw=; b=Swz7FMcdjXAYLZkb8FX3Obz4Rq5LdWb9Iyyf5fvUeMK4ACHNyT/RnZQVl0ymjqn5jy+fTy g6q2M5QC4yGLKICw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1754979970; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=EF16EScwKs+mHcSiYGAVWMg9niuSnwKNF8j9dMtbAzw=; b=fYbNd/Qa0GvORnjZuCWuPdsnBAxHJw1yckt0RKftGmmNWFBJw1WZBSWu/2Rd+S0g7PGp0c YgOdIqHhDpZXL4M8XNsbtZSPTc4ibDVd2t728BJBpkzeqSiJHCbKjcvkPXU5t+pAUpE31z 6N4hITzSA3Wd4kfOBHISvE2ItXSqjqEhHqWara2H4LrBbEO+XDuU+DkzNNpUXCFK6FF5km TVWwiq4A4h7dQ9NpVcwLDJQkjvqBr1XHHO1lSilojRM262p7012z3CsMGTV3niIRhDNooB 4Lh5m5Sb30kiPVVyjsXJK/IH+5tvBX1y7UUX0pVwUebqJ/hTKZqj5k3Tt50lHw== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4c1M2p3NTfz2xHR; Tue, 12 Aug 2025 06:26:10 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 720b55a5a485d53b042bbf9c6e7e84e2d515b0bf X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 30cae58dd0be39699a95473e4abdbaace1d2f15f X-Git-Newrev: 720b55a5a485d53b042bbf9c6e7e84e2d515b0bf Message-Id: <4c1M2p3NTfz2xHR@people01.haj.ipfire.org> Date: Tue, 12 Aug 2025 06:26:10 +0000 (UTC) From: Arne Fitzenreiter Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via 720b55a5a485d53b042bbf9c6e7e84e2d515b0bf (commit) from 30cae58dd0be39699a95473e4abdbaace1d2f15f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 720b55a5a485d53b042bbf9c6e7e84e2d515b0bf Author: Arne Fitzenreiter Date: Tue Aug 12 07:22:08 2025 +0200 udev: fix rootfile on riscv Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/riscv64/udev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Difference in files: diff --git a/config/rootfiles/common/riscv64/udev b/config/rootfiles/common/riscv64/udev index d329dffee..1e7814320 100644 --- a/config/rootfiles/common/riscv64/udev +++ b/config/rootfiles/common/riscv64/udev @@ -48,7 +48,7 @@ lib/udev/hwdb.d lib/udev/iocost lib/udev/mtd_probe lib/udev/network-aqm -lib/udev/network-hotplug-bridges +lib/udev/network-hotplug-master lib/udev/network-hotplug-rename lib/udev/network-hotplug-vlan lib/udev/network-offloading hooks/post-receive -- IPFire 2.x development tree