From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZHPrd6jnYz37CM for ; Tue, 18 Mar 2025 21:20:33 +0000 (UTC) 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 4ZHPrZ1qcRz37CG for ; Tue, 18 Mar 2025 21:20:30 +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 4ZHPrY0S4cz5bh; Tue, 18 Mar 2025 21:20:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332829; 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=sLxtBc57E/3RDK4/XPS0Eizc3szZitxcNW0ptvR95d8=; b=coj480cjE091Lu8XejmLvW/cpZTMNmMI3OfjORhl/3YWxLhShP8AQJgXaCAowLdB2AmaIZ Tl3k0auxeEuntJBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332829; 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=sLxtBc57E/3RDK4/XPS0Eizc3szZitxcNW0ptvR95d8=; b=pnamwC4NQC6YSdqLJv9/MuTq3nZW7QodPAn795UM+L6ozbuqZjIQiFpWHL3e8yLBVOV2lw Agb8usw7q0RxN+2Knzu7C+LRMtL9B0SbAC4xsd6+Fx0maaj/PmV+oonLllZBnzoaGkYcOy cbVQmDWniP8TY/e+hvGLSfpjWpwQVjKUsgDTLclYeXYe2iat0uFivE4y34ouxC2M/P+i7o mopfweJeAyFW4L80C8zo6jcjg0BBHxH+sugGdPje8KF9ehEZj9WyCIpOqTpRZM0wVNAnVj ADUST9kze8/L2ZZVrUyX32PkPlhZKZ0ZbdIQ77Mwe72uAEkLDeITYWjotqCOPA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] hwdata: Update to version 0.393 Date: Tue, 18 Mar 2025 22:20:10 +0100 Message-ID: <20250318212018.3324141-7-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-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 Content-Transfer-Encoding: 8bit - Update from version 0.391 to 0.393 - Update of rootfile not required - Changelog 0.393 Update of usb & pci ID's 0.392 Update of usb & pci ID's Signed-off-by: Adolf Belka --- lfs/hwdata | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/hwdata b/lfs/hwdata index d51aa2d34..0e907669e 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -24,7 +24,7 @@ include Config -VER = 0.391 +VER = 0.393 THISAPP = hwdata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 478d60635f338770751bf4b437f33ba0666b4c3d70d9c726c8e124c44e6d6f5a96ba96b63ae64a151732ca7607676aaccefc7a61c89cee584696b699b3234019 +$(DL_FILE)_BLAKE2 = e09fb3988f7339b4b96691291c26e02365925954889de8f94dbf4f476c340eb07db05400f3f4725b699b0b07852be65f10be0708c6f58496f1ac10e9dc4fb022 install : $(TARGET) -- 2.49.0