From patchwork Tue Apr 28 12:11:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9744 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" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g4fRb0Srxz3xF7 for ; Tue, 28 Apr 2026 12:11:23 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g4fRZ1qP6z7Dq for ; Tue, 28 Apr 2026 12:11:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g4fRX1rMdz34Qb for ; Tue, 28 Apr 2026 12:11:20 +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" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g4fRT4q73z33gC for ; Tue, 28 Apr 2026 12:11:17 +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 4g4fRT37hMz7B3; Tue, 28 Apr 2026 12:11:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777378277; 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=M/lyyikiN+yzMY2yo90qxLaA1QG29Sn9oj80xa84d4M=; b=z9hBFQ85Z++vRIo9mcbhaAFigRf1dKbffSbddJBujR7vZ3dfL9tjrvWQ3wZx7o2bpXGCTp W//lOH3Qbwz8RKAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777378277; 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=M/lyyikiN+yzMY2yo90qxLaA1QG29Sn9oj80xa84d4M=; b=rmIOLEQyI6pCBPBue+ufh8JFeK/dqApzXbEF/M51D22DhCLXjSqkR8l+gWg3Vzmi0sHW+3 PQn5jtX132Bw8R5vmFgoVHs2TJkq/yLlSLmMmNRii78grz34OHJhg9cIMzqKOyOKXmarzq 3OemQcBjV9ITAh6r7arCOWjtNetsivH16se3f0/fGERsGf2k1/erHqU32G0EUYX7q4ZJRg SDbayRQIRA1zeVfu1ZvYYuvyegm1TAYHpNLFtFg52q1u30r9B2Qg050bxnp0kde90jU64N StGOVo974XEy9cjY3ZVf57jioh6u9notPmeJNOgfC9baFlkYiopSTo8GsjfN8A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship oath-toolkit Date: Tue, 28 Apr 2026 14:11:05 +0200 Message-ID: <20260428121111.1146161-5-adolf.belka@ipfire.org> In-Reply-To: <20260428121111.1146161-1-adolf.belka@ipfire.org> References: <20260428121111.1146161-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/202/filelists/oath-toolkit | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/oath-toolkit diff --git a/config/rootfiles/core/202/filelists/oath-toolkit b/config/rootfiles/core/202/filelists/oath-toolkit new file mode 120000 index 000000000..589cc0d9f --- /dev/null +++ b/config/rootfiles/core/202/filelists/oath-toolkit @@ -0,0 +1 @@ +../../../common/oath-toolkit \ No newline at end of file