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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 28067C4332F for ; Mon, 6 Nov 2023 21:15:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id AC0E341B88; Mon, 6 Nov 2023 21:15:40 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org AC0E341B88 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 NBOQvsqxqwG6; Mon, 6 Nov 2023 21:15:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id E5D3E41969; Mon, 6 Nov 2023 21:15:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org E5D3E41969 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 1A2121BF336 for ; Mon, 6 Nov 2023 21:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E4C044193E for ; Mon, 6 Nov 2023 21:15:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org E4C044193E 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 lDQbGTaR7lWj for ; Mon, 6 Nov 2023 21:15:37 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by smtp4.osuosl.org (Postfix) with ESMTPS id F388141969 for ; Mon, 6 Nov 2023 21:15:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org F388141969 Received: by mail.gandi.net (Postfix) with ESMTPSA id E3D65240005; Mon, 6 Nov 2023 21:15:33 +0000 (UTC) Date: Mon, 6 Nov 2023 22:15:33 +0100 To: Giulio Benetti Message-ID: <20231106221533.03f3f5fb@windsurf> In-Reply-To: <20231105142155.71448-1-giulio.benetti@benettiengineering.com> References: <20231105142155.71448-1-giulio.benetti@benettiengineering.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1699305334; 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=9pHv9wv1VX+NoYnJLvxCBlD60b66aqvJe0DQsAYHBkk=; b=m2sIhqM8yUUgceyBhlLQrhteZLkVYS0wcAIUM+cQdn5Pd9eWW2swWbkHYMo/P8KxWmlWDH fFs0/d0vVytGHCIhy+GVUlojFj/y4QwJKDOjwxy8jx3VY8bORrwMrHQXceNosQV0/w0MMu JX9CHSOLjBE89kTFbvGohPbFTlgRZitq3ixtyC1yUroVxFEqp7WWBU0TtCmE/em5WBBPjv ZCzORVTZcTQh7Papxd9vXd5j/ctJq8vVrdVQe4Nz/Amz8cZaYvYcoMyqgDVYx/+up8zo/4 qfWwR2wgTsW0iE8zHGoAcI+KXDE1ZRq2LpitaaR3qD4NeLtYYUNYvxEmHf1yAQ== 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=m2sIhqM8 Subject: Re: [Buildroot] [PATCH] package/rtl8812au-aircrack-ng: bump to version 2023-11-03 on branch v5.6.4.2 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: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sun, 5 Nov 2023 15:21:55 +0100 Giulio Benetti wrote: > This version adds support up to Linux version 6.6. > > Signed-off-by: Giulio Benetti > --- > package/rtl8812au-aircrack-ng/rtl8812au-aircrack-ng.hash | 2 +- > package/rtl8812au-aircrack-ng/rtl8812au-aircrack-ng.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, 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