From patchwork Mon Oct 27 10:54:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9237 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 "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cw9Pr0SRCz3wb0 for ; Mon, 27 Oct 2025 10:54:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cw9Pq423fz3x2 for ; Mon, 27 Oct 2025 10:54:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cw9Pq39dvz331X for ; Mon, 27 Oct 2025 10:54:55 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cw9Pm6PZ0z331T for ; Mon, 27 Oct 2025 10:54:52 +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 4cw9Pm1PtVz3P7; Mon, 27 Oct 2025 10:54:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761562492; 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; bh=ZXY54fIvnVzy0exINmjPKX7/v08wDMfaeAZ+eF9PhdU=; b=Fw9/odtDktAUW5V4olln12iXg4eTaTcl3FvELcEe4+hHHsVIxRD9aUiL/ViutPDFpvgyRB 3HdYT4aOHpjZGhBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761562492; 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; bh=ZXY54fIvnVzy0exINmjPKX7/v08wDMfaeAZ+eF9PhdU=; b=iu12aPEIBID3XuJR08XuTTdjnwgSpWia5jnAqNBqQLrrgpbf25xJYxntXCdrgEFMGwI3m9 JMwAyfvomMFIJDalpCUh48Sd7ztbn/imwgUALlTkdIOosMhy4oJNsimRrecbojufGgyjJr Dds8z/6AKpeZqdx04ldORL/kRkYF8G1WGSN9CS6i0g5cud1OvlbpH+86JSXc7Xcc1FU1vJ EyBVzgVtpayWvqvZ24aHoj3rRBfXrPmCBa2pQeY0ueC9PmFf6R19C0VMkldYPbDX3QHTFk K9w4UyrTUMOkDB7zzo/tVu4V54h0rncYRkYNm5rGmss1u5aNX6xZ0+kTwRPc1g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship ninja Date: Mon, 27 Oct 2025 11:54:49 +0100 Message-ID: <20251027105450.49660-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/199/filelists/ninja | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/ninja diff --git a/config/rootfiles/core/199/filelists/ninja b/config/rootfiles/core/199/filelists/ninja new file mode 120000 index 000000000..ef9224078 --- /dev/null +++ b/config/rootfiles/core/199/filelists/ninja @@ -0,0 +1 @@ +../../../common/ninja \ No newline at end of file