From bc2ac2db5bbfde6c5d48a85223618bb8cbe66f64 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sat, 21 Dec 2024 20:51:37 -0800 Subject: [PATCH] yt6801: remove xz compression of driver no need to compress since other drivers are not compressed. had one instance that when system boots up from the flash image USB drive, and when setup the network, the driver is not loaded. it is caused when kernel is rebuilt, yt6801 also need to be rebuilt, but linux-initrd initramfs is not rebuilt which actually runs the module dependencies, so linux-initrd also need to rebuilt together. Signed-off-by: Vincent Li --- lfs/yt6801 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lfs/yt6801 b/lfs/yt6801 index 68b5a1cca..e5888161f 100644 --- a/lfs/yt6801 +++ b/lfs/yt6801 @@ -86,8 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) /lib/modules/$(KVER)/build/certs/signing_key.pem \ /lib/modules/$(KVER)/build/certs/signing_key.x509 \ $$f; \ - xz --check=crc32 --lzma2=dict=512KiB $$f; \ - install -v -m 644 $$f.xz $(MODPATH); \ + install -v -m 644 $$f $(MODPATH); \ done @rm -rf $(DIR_APP)