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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 05C73C4321E for ; Tue, 29 Nov 2022 14:28:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 5F45B60F9C; Tue, 29 Nov 2022 14:28:46 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 5F45B60F9C X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JBAS2poAZ8EH; Tue, 29 Nov 2022 14:28:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 909FD60615; Tue, 29 Nov 2022 14:28:44 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 909FD60615 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 69F631BF429 for ; Tue, 29 Nov 2022 14:28:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 3FFE140277 for ; Tue, 29 Nov 2022 14:28:42 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 3FFE140277 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VFEVMeXVtG66 for ; Tue, 29 Nov 2022 14:28:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org A6CEB4026E Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by smtp4.osuosl.org (Postfix) with ESMTPS id A6CEB4026E for ; Tue, 29 Nov 2022 14:28:39 +0000 (UTC) Received: from booty (unknown [77.244.183.192]) (Authenticated sender: luca.ceresoli@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id B6BDBFF80A; Tue, 29 Nov 2022 14:28:36 +0000 (UTC) Date: Tue, 29 Nov 2022 15:28:34 +0100 To: Giulio Benetti Message-ID: <20221129152834.5fd45518@booty> In-Reply-To: <20221129140533.438862-1-giulio.benetti@benettiengineering.com> References: <20221129140533.438862-1-giulio.benetti@benettiengineering.com> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-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=1669732117; 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=VAZKfPmvujvK2nbhDU6fHTElFIRs/apV/Minl0Nr9D4=; b=cmtDASKDtON6bBROn/dCef1lIGOtaUJOH9LIJU4pEJIWhDpir/oEZp2hTo6wFnffWGFO0O rJP7p4sQ8BZ6ecqF1nX2ausLzvU0H5E4i9d/tDIA3VRj2SxzKVYKCXhsVUY8Qn/LOfb436 7OnbsteZkEyIgaqMz5tT8qrQNPaiFNHIdCL1L6ZqENwanUaEonMnBWHB2GhCTnxvYXb83c BpyGZtuRQ2NcvKoNm1PU9BqwlF92/sujAQ5tWjWS8XVhBPmfMETLgSqR6UnJ0SdFaHR9Xl ydGd66ZjIZqU0m/nQ+ocXItzYhobIoTwcjbTDVsz9XvfiAjgrxig5qQeZWG54A== X-Mailman-Original-Authentication-Results: smtp4.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=cmtDASKD Subject: Re: [Buildroot] [PATCH] package/rtl8188eu: bump to latest version 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: Luca Ceresoli via buildroot Reply-To: Luca Ceresoli Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Tue, 29 Nov 2022 15:05:33 +0100 Giulio Benetti wrote: > Fixes: > http://autobuild.buildroot.net/results/8bcb4d0adabc141ff8144f9e22bd549e3cd8858a/ > > Signed-off-by: Giulio Benetti Reviewed-by: Luca Ceresoli -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot