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 4fqqQs0c04z35Z7 for ; Tue, 07 Apr 2026 15:11:17 +0000 (UTC) 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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fqqQn4s3Cz2xRF for ; Tue, 07 Apr 2026 15:11:13 +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 4fqqQn2s0Yz3wG; Tue, 07 Apr 2026 15:11:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574673; 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=sGk/ROegB8LgZ8GBBiz5OqwrNtWSYKoneVqlHIMFYAc=; b=mhzfDzDN52Ua+Fn2yGRA/eR9wECk7DGTJhh8EeqhrzgNy3WtLOqaH09Zq2Fn9AJ/p4pPlI hXl9uasUUAdR0JCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574673; 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=sGk/ROegB8LgZ8GBBiz5OqwrNtWSYKoneVqlHIMFYAc=; b=ThSGTjmT4DpnkY8P/g2o3vN6TgekL3YGMHxsVWxuFFBuO2THv6hCB2XZDvfcvZ0y8v1/K5 0Bmy7J+nQZBIewe0oZ/Vaf8C6zmcVQnNSTkFxLAAlT/jeP5lkBlAFfAPzMAtUh3zk7E44e Ra0yfgaIo7at2X0eJo0fJzV+JZfIoFZ59w6ZFiobHh73XsKT60AJQ2FOtMrT86JvaI36YH Y9XaDUsHDkH9hh65RRR0iqWm2KM9aoWQup51i+1n0e23mCm3N8avoNUk2/Y1LGeXX/1Dty RKVvk3epn60ujEM0I5EQgMqFOIQW0AdDZKGY7TVJW9xRwoQmsuDO+XB0ZxNmug== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship boost Date: Tue, 7 Apr 2026 17:10:35 +0200 Message-ID: <20260407151108.3472751-2-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/202/filelists/aarch64/boost | 1 + config/rootfiles/core/202/filelists/riscv64/boost | 1 + config/rootfiles/core/202/filelists/x86_64/boost | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/202/filelists/aarch64/boost create mode 120000 config/rootfiles/core/202/filelists/riscv64/boost create mode 120000 config/rootfiles/core/202/filelists/x86_64/boost diff --git a/config/rootfiles/core/202/filelists/aarch64/boost b/config/rootfiles/core/202/filelists/aarch64/boost new file mode 120000 index 000000000..807ad06be --- /dev/null +++ b/config/rootfiles/core/202/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/202/filelists/riscv64/boost b/config/rootfiles/core/202/filelists/riscv64/boost new file mode 120000 index 000000000..cbc461c2b --- /dev/null +++ b/config/rootfiles/core/202/filelists/riscv64/boost @@ -0,0 +1 @@ +../../../../common/riscv64/boost \ No newline at end of file diff --git a/config/rootfiles/core/202/filelists/x86_64/boost b/config/rootfiles/core/202/filelists/x86_64/boost new file mode 120000 index 000000000..9ed31e1d5 --- /dev/null +++ b/config/rootfiles/core/202/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file -- 2.53.0