From patchwork Thu Apr 30 18:36:44 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9777 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 4g62vX0YVQz3x5B for ; Thu, 30 Apr 2026 18:36:56 +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 4g62vV3QbGz7HM for ; Thu, 30 Apr 2026 18:36:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g62vV0FPRz33gg for ; Thu, 30 Apr 2026 18:36:54 +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 4g62vR2pXNz2xMD for ; Thu, 30 Apr 2026 18:36:51 +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 4g62vQ4vrTz2Vt; Thu, 30 Apr 2026 18:36:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777574210; 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=n4pSkKBebssbZSkQVjmxhGzTuYdABOiwa/Jm4XD6pzk=; b=BTAIt4/ILyoiEgYkubYFeFPPf+d5vG5MoIToQkmN/tkVBD780tavIPkS55AMhKs8sh7aAx D5aIW3q4GABt4FAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777574210; 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=n4pSkKBebssbZSkQVjmxhGzTuYdABOiwa/Jm4XD6pzk=; b=gJ9KV1eW10r19ho0zUEM4JTypKAN0cdYWFHpnWV13/6ESbGDhlGSq19uB++uku720g5j/D pXmNhjCgxR/LbagKecF7cMzMrgKkDNrqDdsLXwev2sLAA9vgZFI4byT+lZmy/IMmytaCGG 41J8cRhVUnSipVCW4HQ37ylP+6WJrI/x/KPBVwRvcomxn2xc0R0F5wZNd+T9dg/tecL9yq dMttS+v7LF03XB0EQPHyUjtyqO78gBAH0bX25BqESFjOR3GtO9qWIx3tS7Oy0qeZQSLrye d6iYgThemkV0GRs0GR8t1oPsFjOPkdGJ4c/CiJNZbnd9jy9APusbVy72ybZL6w== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship ethtool Date: Thu, 30 Apr 2026 20:36:44 +0200 Message-ID: <20260430183648.2774994-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/202/filelists/ethtool | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/ethtool diff --git a/config/rootfiles/core/202/filelists/ethtool b/config/rootfiles/core/202/filelists/ethtool new file mode 120000 index 000000000..494a53e9d --- /dev/null +++ b/config/rootfiles/core/202/filelists/ethtool @@ -0,0 +1 @@ +../../../common/ethtool \ No newline at end of file