Commit d86bb07f authored by Anton Midyukov's avatar Anton Midyukov

kernel: Add initrd feature usb for more architectures

In make-initrd >= 2.5.0-alt1 feature usb requires kernel modules optional.
parent 27a67513
......@@ -57,7 +57,7 @@ use/kernel/initrd-setup: use/kernel
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,VM_INITRDMODULES,ata_piix)
endif
ifeq (,$(filter-out e2k% ppc64le,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 aarch64 armh e2k% ppc64le,$(ARCH)))
@$(call add,VM_INITRDFEATURES,usb)
endif
ifneq (,$(filter-out e2k% riscv64,$(ARCH)))
......
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