mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user