From patchwork Mon May 25 11:55:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9860 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 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gPDqX67tNz3wh2 for ; Mon, 25 May 2026 11:56:08 +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 4gPDqV3jZxz7HC for ; Mon, 25 May 2026 11:56:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPDqT38r3z34Ph for ; Mon, 25 May 2026 11:56:05 +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 4gPDqQ5kvwz32f1 for ; Mon, 25 May 2026 11:56:02 +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 4gPDqQ4CF9z1GJ; Mon, 25 May 2026 11:56:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779710162; 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=erOj/2N3RDBoJlfVG/LxdNv16OWSo+tpnbzQJNirg5A=; b=NWjkfP46N0IzN38BBS+kmyshl65j2BNXTh77T6keXVP/vc+hWgBc6SXERyMptOt4ccXo6Q C+F+UYFWkoIqXzCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779710162; 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=erOj/2N3RDBoJlfVG/LxdNv16OWSo+tpnbzQJNirg5A=; b=W8lswnKWqjrA3j9oU728SXhqvaBUviIyGi1LXVnYP6XO5hNK+sy7PxuWxPZ37EmUtz0yXB 4Uxl3WavdP4lKFGf37ptBbQ28uRZr/5mvCDZsspE7pt370ijfUWyjKjZF3BkxKiHfJnTKj 40RciwuJa2FADisVDd4QVSWDifNInok+0AZTGlBkA6uiCxiSnz1YrXfFvOKBV++3pMdEI1 yfa5ydsF9UqdYTVRdS7EFv4wvSOmlFCTyosseftVVtT+1ZEM/7hvJELX8DpL/4Y7v4g/uM /G7FCNSCZcCeKk71HZYYx3Fw1FTke+QgY2U8mWV0/sR6Eg9TQEBlmXMemsMx7w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 04/14] core203: Ship dma Date: Mon, 25 May 2026 13:55:47 +0200 Message-ID: <20260525115557.3631627-4-adolf.belka@ipfire.org> In-Reply-To: <20260525115557.3631627-1-adolf.belka@ipfire.org> References: <20260525115557.3631627-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/dma | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/203/filelists/dma diff --git a/config/rootfiles/core/203/filelists/dma b/config/rootfiles/core/203/filelists/dma new file mode 120000 index 000000000..60f4682da --- /dev/null +++ b/config/rootfiles/core/203/filelists/dma @@ -0,0 +1 @@ +../../../common/dma \ No newline at end of file