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