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 <vincent.mc.li@gmail.com>
This commit is contained in:
Vincent Li
2024-12-21 20:51:37 -08:00
parent cfefb2a884
commit bc2ac2db5b

View File

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