From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EEBC9C00140 for ; Mon, 15 Aug 2022 12:13:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 8A3B68174F; Mon, 15 Aug 2022 12:13:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8A3B68174F X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VHPAGOaCh-d3; Mon, 15 Aug 2022 12:13:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id B04D680AF5; Mon, 15 Aug 2022 12:13:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org B04D680AF5 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id E65191BF3B9 for ; Mon, 15 Aug 2022 12:13:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 8C46640A96 for ; Mon, 15 Aug 2022 12:13:29 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 8C46640A96 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AcRB6qIilKcy for ; Mon, 15 Aug 2022 12:13:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 551FF405AC Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [IPv6:2001:4b98:dc4:8::230]) by smtp2.osuosl.org (Postfix) with ESMTPS id 551FF405AC for ; Mon, 15 Aug 2022 12:13:27 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 90244240005; Mon, 15 Aug 2022 12:13:23 +0000 (UTC) Date: Mon, 15 Aug 2022 14:13:22 +0200 To: Fabrice Fontaine Message-ID: <20220815141322.06d3c831@windsurf> In-Reply-To: <20220807220528.251581-1-fontaine.fabrice@gmail.com> References: <20220807220528.251581-1-fontaine.fabrice@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1660565604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yQLj7AI21yxCX4XDTj3Cm9xhsUBe3U99c6fxLmjBpmo=; b=SvTgp7u7nm2ZpgdKQrT6VHm6xKUirvP2zq7pIyNCazG8lsFpRwdhVDuHvbKkEhnbHaIE67 nXBUc/4/uMb7h19YBX2oF0qyCPktZ8+MCG3CF6Uktd0GayYmRhqvEOSVQx2KfDYoix4Yko 1airm0kedYeQ7AvLPfOZWn8k6c4XyveV6HywPfWztjgsHbsZC6MY0FDUVUG+s/SZS4tY+G TxYbFMK2bPOup1bNQ2WzaMGfK9qGbl0WQY0Wdg1+sH/Grmkf+x6S/+/GsHiAXnT1RZ+FuA EFIijn5V3/QhCL1wSlCs+xtsCRcwU6FZYZ6phBfFPWU5qm/1W0Tg5xm99TYZHA== X-Mailman-Original-Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=SvTgp7u7 Subject: Re: [Buildroot] [PATCH 1/1] package/crda: bump to version 4.15 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: Matt Weber , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Mon, 8 Aug 2022 00:05:28 +0200 Fabrice Fontaine wrote: > Signed-off-by: Fabrice Fontaine > --- > package/crda/0002-drop-ldconfig-call.patch | 4 +++- > package/crda/crda.hash | 2 +- > package/crda/crda.mk | 2 +- > 3 files changed, 5 insertions(+), 3 deletions(-) Applied to next, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot