From 77eb0456d1d6cc0765d193de76063615b99162ce Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Thu, 4 Jun 2020 13:28:10 +0700 Subject: [PATCH] stage2/stage1/modules.d/50-stage2-usb: fix typo --- features.in/stage2/stage1/modules.d/50-stage2-usb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features.in/stage2/stage1/modules.d/50-stage2-usb b/features.in/stage2/stage1/modules.d/50-stage2-usb index 477f1f30..a51f61b8 100644 --- a/features.in/stage2/stage1/modules.d/50-stage2-usb +++ b/features.in/stage2/stage1/modules.d/50-stage2-usb @@ -1,8 +1,8 @@ kernel/drivers/usb/host kernel/drivers/usb/storage ehci-hcd.ko -ehci-pci -ehci-platform +ehci-pci.ko +ehci-platform.ko ohci-hcd.ko uas.ko uhci-hcd.ko @@ -10,4 +10,4 @@ usb-storage.ko usbcore.ko xhci-hcd.ko xhci-pci.ko -xhci-plat-hcd +xhci-plat-hcd.ko