From patchwork Wed Aug 13 16:30:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8977 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4c2DPh12S1z3wbG for ; Wed, 13 Aug 2025 16:30:32 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4c2DPd5tKvz5cC for ; Wed, 13 Aug 2025 16:30:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4c2DPZ6D98z2xyg for ; Wed, 13 Aug 2025 16:30:26 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4c2DPS46zDz307y for ; Wed, 13 Aug 2025 16:30:20 +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 4c2DPQ5Zlbz81; Wed, 13 Aug 2025 16:30:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1755102618; 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=0L1/iHELfWb4kVgNhRsQnsuMPXHScSuxM/WBNp8WAFo=; b=iLWkRwo74i8D7k/ZMGgY5N1ASS0TeOJHZaaBtzl3Dma0YiP4u9eJsOausKsfwiMQVBXW/Z Jvsg7hULnXj3uKCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1755102618; 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=0L1/iHELfWb4kVgNhRsQnsuMPXHScSuxM/WBNp8WAFo=; b=Q8nwzL4BN7Z3hAT1bTNHnOuCb8SEYvgqQ1ZgqalcEsMZimbsKuksO7Ocag6iPik7CTskVU fTOu1+NksfYdemXZhGwIrcWctgNazsBozKgbxNLg/gtx+OUoITy4qpQOFgZO22UhmqzsSy a6RH0DfuF/THazJkM68EyqiittpIgaeWy6f/EeyEUF+Uc6VQ6lyHduR0zTHoqtHcypiBvv nKeHPSSaPJq26YgrwL5vWrMNu6mhRRv31TFIrwymCNhpuQ4Tnisap/02fMZdq8jaYn1nRx oH9Ii0GxV85P9qUcMrUuapofO/rv7hK0p0PYDtOMu+TosImYOyYOpjMABLBhNg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core 198: Ship sqlite Date: Wed, 13 Aug 2025 18:30:11 +0200 Message-ID: <20250813163015.3759664-2-adolf.belka@ipfire.org> In-Reply-To: <20250813163015.3759664-1-adolf.belka@ipfire.org> References: <20250813163015.3759664-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/198/filelists/sqlite | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/sqlite diff --git a/config/rootfiles/core/198/filelists/sqlite b/config/rootfiles/core/198/filelists/sqlite new file mode 120000 index 000000000..4ea569766 --- /dev/null +++ b/config/rootfiles/core/198/filelists/sqlite @@ -0,0 +1 @@ +../../../common/sqlite \ No newline at end of file