From patchwork Sun Sep 13 17:12:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10195 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbX3dX0z3xTR for ; Sun, 13 Sep 2026 17:12:40 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZbV0lmgz8YG for ; Sun, 13 Sep 2026 17:12:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbT45Lpz36WW for ; Sun, 13 Sep 2026 17:12:37 +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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbQ66nkz2yT1 for ; Sun, 13 Sep 2026 17:12:34 +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 4hjZbQ3kJ0z4Yp; Sun, 13 Sep 2026 17:12:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319554; 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=t7+IshjqU2Yjh7DpG69nsD0sv3z2FlMBG5XDvHdXaKU=; b=YxgZSKE2YCUQ/aDiFQSRj4wE4M/1ECi1RS2sjnOGSiKT+CZxTjI87THq060nflKhh8Lij2 +0Ls8AnEWtwuwrwW/BDo7m2iJ/khTFVnJX55FGCx8/eArXZRKeOMFdqlSrjPjd3g5h/FBM rsDc9MGY90felOOkHQkXR53kDET39/2/FpwClEOX7FFY3DLgIRypP/fRcSHQeuxOkeUvcN Scl6kimEu+0RR5H6KcQMmkRpj01+4deq43+D0OH9efFkFvYqSG5CWQPj+w0NDY7bQDhuJ+ 8rTWuGVdydWAStGJvXDPAmdyoWB9BMgxrb9NGcH708TBcOlUL2v8QHrWYpmzgA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319554; 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=t7+IshjqU2Yjh7DpG69nsD0sv3z2FlMBG5XDvHdXaKU=; b=fm5pZCw6wZwtAUCcMmA5rOnsEYHyh0d1YyyVjNi0rWRqDwPD52GanL7b+PDMuQBEK+xvke qdtD9XgY4emC9QAA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship jansson Date: Sun, 13 Sep 2026 19:12:02 +0200 Message-ID: <20260913171230.3920551-3-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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/205/filelists/jansson | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/jansson diff --git a/config/rootfiles/core/205/filelists/jansson b/config/rootfiles/core/205/filelists/jansson new file mode 120000 index 000000000..21f73bd0c --- /dev/null +++ b/config/rootfiles/core/205/filelists/jansson @@ -0,0 +1 @@ +../../../common/jansson \ No newline at end of file