From: Arne Fitzenreiter Date: Sat, 17 Feb 2024 18:46:34 +0000 (+0100) Subject: rtl8812au: fix module compression X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d1f9a9a064b6423eb2f448d8c03213553adf085;p=people%2Fstevee%2Fipfire-2.x.git rtl8812au: fix module compression the kernel cannot load the compressed module so fix compression parameters. Signed-off-by: Arne Fitzenreiter --- 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