From 1d1f9a9a064b6423eb2f448d8c03213553adf085 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 17 Feb 2024 19:46:34 +0100 Subject: [PATCH] rtl8812au: fix module compression the kernel cannot load the compressed module so fix compression parameters. Signed-off-by: Arne Fitzenreiter --- lfs/rtl8812au | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/rtl8812au b/lfs/rtl8812au index fd3128f42..b7f9b8657 100644 --- a/lfs/rtl8812au +++ b/lfs/rtl8812au @@ -87,7 +87,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) /lib/modules/$$(uname -r)$(KCFG)/build/certs/signing_key.pem \ /lib/modules/$$(uname -r)$(KCFG)/build/certs/signing_key.x509 \ $$f; \ - xz $$f; \ + xz --check=crc32 --lzma2=dict=512KiB $$f; \ install -m 644 $$f.xz $(MODPATH); \ done -- 2.39.2