From patchwork Sat Jan 7 11:46:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 6415 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Npz383cfHz40V9 for ; Sat, 7 Jan 2023 11:47:32 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Npz341gkTz16s; Sat, 7 Jan 2023 11:47:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Npz3410P6z2ydZ; Sat, 7 Jan 2023 11:47:28 +0000 (UTC) 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Npz301WpDz30GH for ; Sat, 7 Jan 2023 11:47:24 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Npz2z4jKczh3; Sat, 7 Jan 2023 11:47:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1673092044; 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: in-reply-to:in-reply-to:references:references; bh=9ltbxol7H78fQCgBrj1hvVy7pBHmL2RL7widx1HfqJY=; b=YknC8J/5bd2ZZ/T2tYLTY9t0gbkpAkA2xlX+E4DdnqDldTd3q3sCvAEdbZNlpe7gZD+2sD CJnHay+bN3rsg0W++D5nSkb82YDuK+TjAwfEUUB7OPYxIfTJPKTo4yDl5Le/pcWM3btb2O uEYxcgZiGZDiSE6Gp5cmsDHAzJ75f9T4lsoyJtnVwzodQbxfuHtxAaIFXcmsmL9M9zr3um X4wXjfDkRUyv37QklbVM1xTx0q9kJk9Y8oHdgViYbeSyPl7a2OcjzvnOyB5nmF/9xngS8C o/iXfiVKKmIkxph6nmayUTX2oSs5cFMjST6irKX089YxOkWdqp1F1P7eVpQY0g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1673092044; 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: in-reply-to:in-reply-to:references:references; bh=9ltbxol7H78fQCgBrj1hvVy7pBHmL2RL7widx1HfqJY=; b=lwR4HH94zUYbBpqoTdKWA3qWG9YvOsLcJ2+mZcd3l/4yW/7zDUfAOzmZYjwDzi2nYPSRe9 ZO8MjJOBowCQFvDg== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 6/9] rtl8821cu: update to 20210118-7b8c45a270454f05e2dbf3beeb4afcf817db65da Date: Sat, 7 Jan 2023 11:46:58 +0000 Message-Id: <20230107114701.4075482-7-arne_f@ipfire.org> In-Reply-To: <20230107114701.4075482-1-arne_f@ipfire.org> References: <20230107114701.4075482-1-arne_f@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arne Fitzenreiter Errors-To: development-bounces@lists.ipfire.org Sender: "Development" this is needed for kernel-6.1.x --- lfs/rtl8821cu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/rtl8821cu b/lfs/rtl8821cu index b5a0357bc..1a305add5 100644 --- a/lfs/rtl8821cu +++ b/lfs/rtl8821cu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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 # @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/extra/wlan -VER = 20210118-f91ddf3cc7555b9a1c27c90f23764cfc0b1b6f9c +VER = 20210118-7b8c45a270454f05e2dbf3beeb4afcf817db65da THISAPP = 8821cu-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a3ea84b45258fed06baab211393725391fe26686fe85c2273605e6cb59e3e83e54d45e24bc2c3b046de9bb3af8a8cc3a584dbd80ecea3bb8416fb5e79113fb69 +$(DL_FILE)_BLAKE2 = 4f81f274d141ae140b96ac3a60642d70b8d2603080f3e8ed9f836815fec6eeb9b5f8648ed53663dbbe171176600760fae26cf5815395d004328a89037149122c install : $(TARGET)