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 4fMxRK60KFz345h for ; Fri, 27 Feb 2026 18:18:53 +0000 (UTC) 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fMxR61TdQz33nf for ; Fri, 27 Feb 2026 18:18:42 +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 4fMxR55gmrz41t; Fri, 27 Feb 2026 18:18:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772216321; 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=S9R7hWktwRNGAQFA6C9TwoB2CAOuuaGQ+hznGsnc7rU=; b=Kt0r2KO/SbJ2+Og2XvyRkefFPAFiDdqVzynmgNYp24bGW+XIkZAaeBVc8814vlJyTOpomi EUjJjJuefoxiWXCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772216321; 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=S9R7hWktwRNGAQFA6C9TwoB2CAOuuaGQ+hznGsnc7rU=; b=VVoXxv0O/usSfYi2t4LRwvNWiIyiMc68PZoGq+ZRcNf2nZZNo79rkGdhoe4/1t9/0tYHjZ 16ul4qdpVGMHYzdD0D+PPDhLbN7A7oV18x+wXaScSdN+MzYndjqTHshHodSTtByYI77rko B8ONDFzZLJgRIXdI7Fxd5LoFackvGwTn5uh1SnGf0lQrsm/aPVJ8q1+3Nwo7U6XuSMHVcF Yn2QLI1BSvelY8/QZFVvPrYxZTVm3mXfMOHKY/1uo/Iht+pkd3BXEiGnnxEvczn7MqBKgE NOGJtH9h7kK6poGWSBM3TzZFEUvhA33/Fye8Fft6KxFoyh8APksQ4QLcZNqK2w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core201: Ship lua Date: Fri, 27 Feb 2026 19:18:30 +0100 Message-ID: <20260227181838.3716442-2-adolf.belka@ipfire.org> In-Reply-To: <20260227181838.3716442-1-adolf.belka@ipfire.org> References: <20260227181838.3716442-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/201/filelists/lua | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/201/filelists/lua diff --git a/config/rootfiles/core/201/filelists/lua b/config/rootfiles/core/201/filelists/lua new file mode 120000 index 000000000..951f661c5 --- /dev/null +++ b/config/rootfiles/core/201/filelists/lua @@ -0,0 +1 @@ +../../../common/lua \ No newline at end of file -- 2.53.0