From patchwork Sun May 4 13:17:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8697 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Zr4vW44dkz3x4T for ; Sun, 4 May 2025 13:17:27 +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 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Zr4vP0MWJz6Pc for ; Sun, 4 May 2025 13:17:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zr4vN4SDpz33BP for ; Sun, 4 May 2025 13:17:20 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Zr4vK4Rcfz33j4 for ; Sun, 4 May 2025 13:17:17 +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 4Zr4vJ731fz6Mm; Sun, 4 May 2025 13:17:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746364637; 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=ttQvr+TUG88W440MQcZnW82TUWIEdC87fdSKQgbL/2E=; b=2pQca20/ov6yomF7fMh4Mu/qvgt2r+LWUMhkc5f7NfW7OlfN1RevCJX8irjhmZfEmlTulp DriX4dwiVrU8f5BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746364637; 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=ttQvr+TUG88W440MQcZnW82TUWIEdC87fdSKQgbL/2E=; b=mYQGFvCJgGZ+6TnnZG1H22eBf24cmn6vPptknqJ2OU4N/6FUNTV1Lq2HxJvkInSUZ3VuSf arvj6wj49TswtIApNChMnlqg7KjmITdqIJ6pWMDZ/DuaMSnaKWkgMTjljKtt+uf6EIevX+ iYE3zcpa1ks4IufZjE8YFlD67Pkc+Y10iloTu0m4YeJjzxji/KlFh0bJBcQZDCtEqzhp7w ukyRYIgBCQw+wIdJBtRGsPs96ROxAUWx3oDyU0+jFdHRT5WTIELomHSjRq5DXmrKSPIxei qoqtIiAmS2SHtOGfBWgdO8wd4Oi6ghnrnzwV8cVuV6E+dn5yzd0/KHpu15wQkA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] hwdata: Update to version 0.394 Date: Sun, 4 May 2025 15:17:08 +0200 Message-ID: <20250504131711.3311134-5-adolf.belka@ipfire.org> In-Reply-To: <20250504131711.3311134-1-adolf.belka@ipfire.org> References: <20250504131711.3311134-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 - Update from version 0.393 to 0.394 - Update of rootfile not required - Changelog 0.394 Update pci and vendor ids Signed-off-by: Adolf Belka --- lfs/hwdata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hwdata b/lfs/hwdata index 0e907669e..6c2b4a8f9 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -24,7 +24,7 @@ include Config -VER = 0.393 +VER = 0.394 THISAPP = hwdata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e09fb3988f7339b4b96691291c26e02365925954889de8f94dbf4f476c340eb07db05400f3f4725b699b0b07852be65f10be0708c6f58496f1ac10e9dc4fb022 +$(DL_FILE)_BLAKE2 = 698ba9e25a551f84cb1d5567910212d11942ea36c83b12cde707ae4842411ea48c7780c14ee1450c9ab256a48eeb0abdbf003ae5dfe86d79b643246b07ff22f3 install : $(TARGET)