From patchwork Thu Sep 17 13:01:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10239 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hlwrk0ljSz3wvt for ; Thu, 17 Sep 2026 13:02:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hlwrj5k4Fz5dS for ; Thu, 17 Sep 2026 13:02:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hlwqz2XWdz377N for ; Thu, 17 Sep 2026 13:01:35 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hlwqw5MYHz34ST for ; Thu, 17 Sep 2026 13:01:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hlwqt5hPXzXn; Thu, 17 Sep 2026 13:01:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789650090; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/byJKvFUldTccurqxnrEe+0hJIGWtuwERHhFS4doV5c=; b=2datzONbtRyVtWdpU2hqMd+dm/ax6lS0zL6FA9e2ifojCJRMkV/+STokHgqOZqHi9ZxXkt t2h57q8c85gmgwDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789650090; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/byJKvFUldTccurqxnrEe+0hJIGWtuwERHhFS4doV5c=; b=tq0Cmat0fJJkMAimv1gLL83tUEGMKdS1hUDDrZ66bZzujk2ZKbCK0YgUfQZHTcQGj9AFVn TmZZZ7Dht1K+RlRYh2OoFR2kvyXY75k0sHtVvrrGe5b6iYO8Sjk3Lm+4YSkDlGUq64LEfx ou4/mTgV1E53g7T7S7Xcr2CMfMuaAzdkwGbSSZxL1th+H8JWEhjlpWZqiLIO0OssNQ7AJ6 TfGZZ1Hh8Kh9rlFKFAoIfC0JcRYRtIumEiCIwPvlNZzkBLsEr6KsvZVX/tz+CjzqOQuw8Y K0mCAxdAMDgg/XdDW7kNONmC7VpAv+keonObTQzbljFhUrFFsnJGz/on7Z5gDQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship boost Date: Thu, 17 Sep 2026 15:01:11 +0200 Message-ID: <20260917130112.3595024-2-adolf.belka@ipfire.org> In-Reply-To: <20260917130112.3595024-1-adolf.belka@ipfire.org> References: <20260917130112.3595024-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/aarch64/boost | 1 + config/rootfiles/core/205/filelists/riscv64/boost | 1 + config/rootfiles/core/205/filelists/x86_64/boost | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/205/filelists/aarch64/boost create mode 120000 config/rootfiles/core/205/filelists/riscv64/boost create mode 120000 config/rootfiles/core/205/filelists/x86_64/boost diff --git a/config/rootfiles/core/205/filelists/aarch64/boost b/config/rootfiles/core/205/filelists/aarch64/boost new file mode 120000 index 000000000..807ad06be --- /dev/null +++ b/config/rootfiles/core/205/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/205/filelists/riscv64/boost b/config/rootfiles/core/205/filelists/riscv64/boost new file mode 120000 index 000000000..cbc461c2b --- /dev/null +++ b/config/rootfiles/core/205/filelists/riscv64/boost @@ -0,0 +1 @@ +../../../../common/riscv64/boost \ No newline at end of file diff --git a/config/rootfiles/core/205/filelists/x86_64/boost b/config/rootfiles/core/205/filelists/x86_64/boost new file mode 120000 index 000000000..9ed31e1d5 --- /dev/null +++ b/config/rootfiles/core/205/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file