From patchwork Fri Nov 24 14:45:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 7357 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ScHrq1NVJz3x1x for ; Fri, 24 Nov 2023 14:47:38 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ScHqZ1z7bz319; Fri, 24 Nov 2023 14:46:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ScHqR1dJJz30BL; Fri, 24 Nov 2023 14:46:27 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ScHpr21syz30B2 for ; Fri, 24 Nov 2023 14:45:56 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ScHpl6HxTz1GC; Fri, 24 Nov 2023 14:45:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1700837153; 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=hM7LvSR5D6LUMoprlSsSwSmM/WwuJKJrInbr5n3rBAU=; b=aOdoL+VZsvihRd04sYDe0ZrV7Z7MNqwV0nvkWWRPiqrrMR9ZX2lem9a1jK+aUt+aReaCeW jjl8s9n+6iCI0mBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1700837153; 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=hM7LvSR5D6LUMoprlSsSwSmM/WwuJKJrInbr5n3rBAU=; b=O3elLeJDbSOQaY3MysYQNuac/d+ZZSuIvD6siFouzMoh/y2fMcWFBDvGYEtQ46YSl/VYdl zcjGkkbG0/m5+JZIP/iYruhKohR42YAF+prNNKjpcPOORvg2ogmIXtkL4FgKQ4OgVhGSw2 hnkdcci2tX6/jZgZuiSGbXW8Itg/TcUAK+khUkZClZ/JBwaOMsb7F/XOEck6nEgkNAmAZr KrfTSbtZAS9PHtBed4BZFkc1ZO/tJPgu3nOUxk07CYU3h6zfZsiaXul2rn9nTviZ8a65AB p+h/ghw9oC31g0nMWsLssdYPZbtqI1dXx9Zg8Ubpns5SgRsHpIz8qnKH9JwxPw== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH 3/4] rtl8812au: update to 202110629-e6a0d17... Date: Fri, 24 Nov 2023 15:45:02 +0100 Message-ID: <20231124144503.14577-3-arne_f@ipfire.org> In-Reply-To: <20231124144503.14577-1-arne_f@ipfire.org> References: <20231124144503.14577-1-arne_f@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: SQKJDJVZNZSLOKWBL75V5JUY3GLZ7ATX X-Message-ID-Hash: SQKJDJVZNZSLOKWBL75V5JUY3GLZ7ATX X-MailFrom: arne_f@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Arne Fitzenreiter X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Arne Fitzenreiter --- lfs/rtl8812au | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lfs/rtl8812au b/lfs/rtl8812au index e18ba8b5f..fd3128f42 100644 --- a/lfs/rtl8812au +++ b/lfs/rtl8812au @@ -27,7 +27,7 @@ include Config VERSUFIX = ipfire$(KCFG) MODPATH = /lib/modules/$(KVER)-$(VERSUFIX)/extra/wlan -VER = 20210629-07ac856293e247347b891c5dbd13f3ab8321132d +VER = 20210629-e6a0d1704ccd31145800ff5eb09ec2435a02f995 THISAPP = 8812au-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0d5fdcef6f52f396cac436ce17f6c52db3fcb43cdeb6fdcb1b0baa76fdfc2cfc8d94fcc925eed0c7cd4dfda00ac45dfbdcd661b69146cc45dfbb598f53471246 +$(DL_FILE)_BLAKE2 = d70ec16ade6dc17da22dcd6ff5de2cf09d4d079f42881b7d0ab78c19797241ff65516432b5655f5a30b158f034bccc354d89bcd1923d4cdb8256c670b15ea848 install : $(TARGET) @@ -77,7 +77,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/rtl8812au/enable_usbmodeswitch.patch - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/rtl8812au/remove_regulatory_ignore_stale_kickoff.patch cd $(DIR_APP) && CONFIG_RTL8812AU=m make $(MAKETUNING) \ -C /lib/modules/$(KVER)-$(VERSUFIX)/build/ M=$(DIR_APP)/ modules @@ -94,4 +93,3 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) @$(POSTBUILD) -