From patchwork Tue Jun 30 11:15:12 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9976 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gqLD74Jb0z3wmV for ; Tue, 30 Jun 2026 11:15:35 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gqLD42yh8z6xw for ; Tue, 30 Jun 2026 11:15:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gqLD375RZz34PF for ; Tue, 30 Jun 2026 11:15:31 +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 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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gqLD12SwHz2xLt for ; Tue, 30 Jun 2026 11:15:29 +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 4gqLCz6gsRzdr; Tue, 30 Jun 2026 11:15:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1782818128; 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; bh=zdf1s7qP+QbzCP2P9Uti7igsOAXl3K8WYGNT7NyckwM=; b=8bLx2l97L9Mnhu8EMHaCltn2ImjhRwZGv6pr1hT2Mu/cSSK6kLMDDyeuPmLlHDVM0CdNGR S7e6WypIM6lLXyDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1782818128; 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; bh=zdf1s7qP+QbzCP2P9Uti7igsOAXl3K8WYGNT7NyckwM=; b=cndF2ozlqqaV+4ZC1OuS+YxUjD670j7SNKC7EkJr7LgxZhyxe1BIOuYTShNyYT0BVdzXir kpsozpv0OPv06QS5aAe3vANTE6mYYyk5AD9njjfnQHwPL/Gz/Hw6ZdY4dFtljP1AVg/go/ /y6x61qgPd2IC7RapCzqgdw4cKS8ovfq9fnM3ffPuKHALk5L/mtF+5mlHF9/GB0ujy6Dcd A8e8Gr/Xa57rtM6DIU1FUm7IN3+JRSiOy7BLO2nVNh3bL8URtXceLeD5Ez8YsK5MFKfASK 8//4vdtlVxFpupi1PBenAJr/0vObTvIRMUqv4pO6FGClo6Gno5VE5ARdmFrovA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core204: Ship elinks Date: Tue, 30 Jun 2026 13:15:12 +0200 Message-ID: <20260630111523.1271203-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/204/filelists/elinks | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/204/filelists/elinks diff --git a/config/rootfiles/core/204/filelists/elinks b/config/rootfiles/core/204/filelists/elinks new file mode 120000 index 000000000..10db4dd8f --- /dev/null +++ b/config/rootfiles/core/204/filelists/elinks @@ -0,0 +1 @@ +../../../common/elinks \ No newline at end of file