Commit 63030b67 authored by Anton Midyukov's avatar Anton Midyukov

kernel: add use/kernel/disable-usb-autosuspend

Now, when CONFIG_USB=y, to disable usb autosuspend, must pass this parameter when bootloading the kernel. Package disable-usb-autosuspend has become useless.
parent e8d02af7
......@@ -43,6 +43,11 @@ use/kernel/drm: use/drm; @:
use/kernel/server:
@$(call add,THE_KMODULES,ipset kvm)
use/kernel/disable-usb-autosuspend:
@$(call add,BASE_BOOTARGS,usbcore.autosuspend=-1)
@$(call add,STAGE2_BOOTARGS,usbcore.autosuspend=-1)
@$(call add,SYSTEM_PACKAGES,disable-usb-autosuspend)
# for vm targets
use/kernel/initrd-setup: use/kernel
@$(call try,VM_FSTYPE,ext4)
......
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