From patchwork Mon Oct 27 11:05:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9241 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cw9dr1WhWz3wb0 for ; Mon, 27 Oct 2025 11:05:20 +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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cw9dq6tlsz44d for ; Mon, 27 Oct 2025 11:05:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cw9dq66y5z331k for ; Mon, 27 Oct 2025 11:05:19 +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" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cw9dn1mG8z331X for ; Mon, 27 Oct 2025 11:05: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 4cw9dm3zP3z1fv; Mon, 27 Oct 2025 11:05:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761563116; 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=zEr2Xq7FnMNuKBz9/Z5MprU7vPRMzG8Mmm9SDp+fweo=; b=Js7Wrq/cQEiwRmLVN5Po+saq1fDmRgObIqfI+MhQcWJiqGR0qH2ZN4KPsWa8KZ88gOYfq2 zyrHn2464tQgfoDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761563116; 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=zEr2Xq7FnMNuKBz9/Z5MprU7vPRMzG8Mmm9SDp+fweo=; b=bxzC3dMYwUxbUfjO0xunoCPtwVUbQ5HS4/X70w7QsJ4TI95TuE0FaNiEH+m3osXfaQ6PLe QbRDntQ0KUG0QQXYedRA007tRIIG/ld0b5SXSBTXSBsh8LiD601a1jPyQ1/QFjZuPeWnwp 9fQFkAfboytqKplgM2VbwsIziWVqTCaV+2+Luxg1jTaQY02I0XV3mdsD4ZC0Y392UAwR7y 2T8s/evAStfYl2yw3RxotVvWNuMs+IrAV8egyHksWzAQUeTncAe0roXjOZDyyh0TQwAAbM qjOGz2Jw2wBs7KxQizlFVJi7mPThGyYILojydPOTnOV04TYjOMEJYsBmQLzeKw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship usbutils Date: Mon, 27 Oct 2025 12:05:13 +0100 Message-ID: <20251027110514.57701-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/199/filelists/usbutils | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/usbutils diff --git a/config/rootfiles/core/199/filelists/usbutils b/config/rootfiles/core/199/filelists/usbutils new file mode 120000 index 000000000..31db5a7ac --- /dev/null +++ b/config/rootfiles/core/199/filelists/usbutils @@ -0,0 +1 @@ +../../../common/usbutils \ No newline at end of file