From patchwork Wed Jul 31 06:14:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2360 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id A8BC48804B0 for ; Tue, 30 Jul 2019 21:14:32 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45ynpH0ZnVz50PlD; Tue, 30 Jul 2019 21:14:31 +0100 (BST) Received: from [127.0.0.1] (unknown [54.39.151.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45ynp92tqhz5QVgQ for ; Tue, 30 Jul 2019 21:14:24 +0100 (BST) Subject: [PATCH] hwdata: ship updated databases From: =?utf-8?q?Peter_M=C3=BCller?= To: "IPFire: Development-List" References: Organization: IPFire.org Message-ID: Date: Tue, 30 Jul 2019 20:14:00 +0000 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- config/rootfiles/core/135/filelists/files | 2 ++ lfs/hwdata | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/135/filelists/files b/config/rootfiles/core/135/filelists/files index d8df9f65b..d69c216fd 100644 --- a/config/rootfiles/core/135/filelists/files +++ b/config/rootfiles/core/135/filelists/files @@ -11,3 +11,5 @@ etc/rc.d/init.d/partresize etc/rc.d/init.d/unbound etc/sysctl.conf usr/sbin/unbound-dhcp-leases-bridge +usr/share/hwdata/pci.ids +usr/share/hwdata/usb.ids diff --git a/lfs/hwdata b/lfs/hwdata index 2e22053a9..ea73885cc 100644 --- a/lfs/hwdata +++ b/lfs/hwdata @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2019 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by #