From patchwork Fri Jun 5 16:11:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9904 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 4gX5zT6nrmz3wrg for ; Fri, 05 Jun 2026 16:11:49 +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 4gX5zR3kfRz79q for ; Fri, 05 Jun 2026 16:11:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gX5zQ38jhz34MY for ; Fri, 05 Jun 2026 16:11:46 +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 4gX5zM45Flz33GQ for ; Fri, 05 Jun 2026 16:11:43 +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 4gX5zM2Zjvz4f; Fri, 05 Jun 2026 16:11:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1780675903; 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=ZBfwh5MRwd02nzS0nxq5AwTh3BzQuai9qdava22hnoE=; b=0+awRvby2thrfeGnTJ6lWcxoLmum36GZhHQjtQNSHeSw31NGi3ImVKshYjF2YzMac70mq5 sKfS0GaiBtqcB8DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1780675903; 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=ZBfwh5MRwd02nzS0nxq5AwTh3BzQuai9qdava22hnoE=; b=tcH6yLUQAKAMEuJCQDRDy0O/vF62h3eCffaj3zPD1Cx9CE8Ge/LdCQbIS1CSK+/VTh257S uhQs1n/EbXnNUkYLhetzDUFtpQN97DaNTYdwxafDKLBl1iP1xV6JgL3LQsKBHc+/RD6u/a LIuAw0G6IsXWB9k4PqgHHzZZGnX4dqWULjTzWIVTYM9gpqP+DjwAZAgeaacW1Nbx4pqGje OfsskxQBHczPvmISGWOi5hezbN8POqEDk/nSX6BdFDYwrou6qj5a0Vqz4z6eyhqCwNJTHW zdJL/nGtMNJKQKk3K5PEjEy78S100BsQxCIQ7uCmpLKjC/nFUhmwmSnzva+0Gg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core203: Ship which Date: Fri, 5 Jun 2026 18:11:33 +0200 Message-ID: <20260605161139.3632709-4-adolf.belka@ipfire.org> In-Reply-To: <20260605161139.3632709-1-adolf.belka@ipfire.org> References: <20260605161139.3632709-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/203/filelists/which | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/203/filelists/which diff --git a/config/rootfiles/core/203/filelists/which b/config/rootfiles/core/203/filelists/which new file mode 120000 index 000000000..9cfc884af --- /dev/null +++ b/config/rootfiles/core/203/filelists/which @@ -0,0 +1 @@ +../../../common/which \ No newline at end of file