Commit 75dc91e7 authored by Anton Midyukov's avatar Anton Midyukov

kernel: add all drivers hid to initrd

In order to support all possible keyboards in initrd.
parent 10d1714b
......@@ -56,7 +56,7 @@ use/kernel/initrd-setup: use/kernel
@$(call try,VM_FSTYPE,ext4)
@$(call add,VM_INITRDMODULES,$$(VM_FSTYPE))
@$(call add,VM_INITRDMODULES,ahci.ko ahci_platform.ko sd_mod.ko)
@$(call add,VM_INITRDMODULES,usbhid.ko usbkbd.ko)
@$(call add,VM_INITRDMODULES,drivers/hid)
@$(call add,VM_INITRDMODULES,evdev.ko)
@$(call add,VM_INITRDMODULES,drivers/pci)
@$(call add,VM_INITRDMODULES,drivers/mmc drivers/usb/host)
......
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