rtl8812au: fix module compression

the kernel cannot load the compressed module so fix compression
parameters.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2024-02-17 19:46:34 +01:00
parent 51fd73ea2b
commit 1d1f9a9a06

View File

@@ -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