From patchwork Fri Sep 12 10:10:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9050 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cNVZ45Q94z3x5T for ; Fri, 12 Sep 2025 10:11: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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cNVZ445L1z3nk for ; Fri, 12 Sep 2025 10:11:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cNVYx3SKvz35ZC for ; Fri, 12 Sep 2025 10:11:01 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cNVYs4C2Vz2ywh for ; Fri, 12 Sep 2025 10:10:57 +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 4cNVYm28jKz2J3; Fri, 12 Sep 2025 10:10:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1757671852; 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=3sZg9iZm7X9FCYtT/spiE5zvkwnz0ds+wLiGHQKXtKQ=; b=Z33j1lqFRWKA8PV98GuRjRxsuRMSOPy03t1Gf7zreKuRq3L0XurvPP/tGDi2G9AOQ3e4P6 1NjPop1heFSzryAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1757671852; 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=3sZg9iZm7X9FCYtT/spiE5zvkwnz0ds+wLiGHQKXtKQ=; b=gLp2F0RI8OizRx93qSXLKKgfrZHQ3sM3SPDLZtVHZrytW57I48FKVyxFYvgIFlzpmVhPHj 7ZkS04MtWoglU2Su2TxuZ5WyNWfXQmScej8RJMPGPqPN04VMtE8hpDc+aJK/+EkJ+dooU4 mAvYCNVElbHrJDDQVq852dbzNAAzNM7CfoHOdahL1iPjXSLRWT9Bg19V54G3V1q2agXpi1 OS4NZmgwhyMXyWeDpEq6gd9ePgUwsDPUeseY3nu1znx4p63j9g/Apkz3WpeUhARk7G6PK6 NWKcRQGR3e5nUCPJc7b7NG6DeRGOhvk3Aiptwz8RlErMKp4okmoiETLNIoYXHA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship elinks Date: Fri, 12 Sep 2025 12:10:35 +0200 Message-ID: <20250912101046.7142-2-adolf.belka@ipfire.org> In-Reply-To: <20250912101046.7142-1-adolf.belka@ipfire.org> References: <20250912101046.7142-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/elinks | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/elinks diff --git a/config/rootfiles/core/198/filelists/elinks b/config/rootfiles/core/198/filelists/elinks new file mode 120000 index 000000000..10db4dd8f --- /dev/null +++ b/config/rootfiles/core/198/filelists/elinks @@ -0,0 +1 @@ +../../../common/elinks \ No newline at end of file