Commit db845f54 authored by Anton Midyukov's avatar Anton Midyukov

kernel: add crc32_generic kernel module to initrd (needed for f2fs)

parent fff98d41
......@@ -57,6 +57,7 @@ use/kernel/initrd-setup: use/kernel
@$(call add,VM_INITRDMODULES,virtio_scsi.ko virtio_blk.ko virtio-rng virtio_net.ko virtio-gpu.ko)
@$(call add,VM_INITRDMODULES,virtio-mmio.ko virtio_pci.ko virtio_console.ko virtio_input.ko)
@$(call add,VM_INITRDMODULES,drivers/video/fbdev)
@$(call add,VM_INITRDMODULES,crc32_generic.ko)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,VM_INITRDMODULES,ata_piix.ko)
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment