From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cBGt26FXhz37DT for ; Tue, 26 Aug 2025 18:49:30 +0000 (UTC) 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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGsx2L1Wz30Vk for ; Tue, 26 Aug 2025 18:49:25 +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 4cBGsw3dm1z5Nx; Tue, 26 Aug 2025 18:49:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234164; 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=4AzfGLHbwhmrvO+aiTcCV+Qu7BGqH1kdMPCXiSCvqS0=; b=X3uKkF6Twn2mTHLpQIRM3+4OXkm1mPqNRyBJVIai5FYlDa4VS4H8ISRJw1HJAz+Rgi83/q uxAvtKuAzToHmGDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234164; 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=4AzfGLHbwhmrvO+aiTcCV+Qu7BGqH1kdMPCXiSCvqS0=; b=bXBBf91A2DG+2Shz1N/RuMfeTVelCwsLLfPUi48uV/8O4zDxflmb08latKTFwlBq+t4ctl vZCxBtoiKHmFF4tY+2HRI60PAnGZIdphBK3timeDDQI293yFumqGww8lqsLj9PyHJhR1C+ nqseBEJix+dhvgSJbgTRMYjBE9CxOiP96VszCw/+mrkBrRnWqo1p6Ix+JcF2uI5BNcrd2d XNp8l4Zx/Bd5ADdAeE/ieraybIVnWSW1Hfe0YcxaHLec6M4K3HkOHmYsi2DArrbEeFkYzT CYfBrSLVRQ/vpsGbA4OslWXbYRL5DsaBcEdkd25ytFSBQhTEywZGgt58jZCtgQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] hwdata: Update to version 0.398 Date: Tue, 26 Aug 2025 20:48:56 +0200 Message-ID: <20250826184904.6229-15-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-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.396 to 0.398 - Update of rootfile not required - Changelog 0.398 Update usb and vendor ids 0.397 Update usb 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 00791fbbb..e83b6f37f 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -24,7 +24,7 @@ include Config -VER = 0.396 +VER = 0.398 THISAPP = hwdata-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a4d74693a78719337dfecae11da0cbd437686da6ff29091961014e75ffe598734f34c62a00a7d0a13b64a02964fc4c5ff54f22a6f87aeebe693f2fa15e366d06 +$(DL_FILE)_BLAKE2 = 415cf2e0e1735c4b0a2186421e85186f20ae3b165a8224923ef24471b98f3f923484072702c2f0c21dffe98ad2144459e14f2829b77c110e2397141da2bde676 install : $(TARGET) -- 2.51.0