usb.patch 785 B

123456789101112131415161718192021
  1. From f7845d71cf40a8bb6c586e6bb1427d8dbc0980c3 Mon Sep 17 00:00:00 2001
  2. From: kiddin9 <[email protected]>
  3. Date: Fri, 6 May 2022 12:04:28 +0800
  4. Subject: [PATCH] Update usb.mk
  5. ---
  6. package/kernel/linux/modules/usb.mk | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
  9. index c9c1dfd75f92..ce858e9e5319 100644
  10. --- a/package/kernel/linux/modules/usb.mk
  11. +++ b/package/kernel/linux/modules/usb.mk
  12. @@ -1708,6 +1708,7 @@ XHCI_AUTOLOAD := $(patsubst $(LINUX_DIR)/drivers/usb/host/%.ko,%,$(XHCI_FILES))
  13. define KernelPackage/usb3
  14. TITLE:=Support for USB3 controllers
  15. DEPENDS:= \
  16. + +automount \
  17. +kmod-usb-xhci-hcd \
  18. +TARGET_bcm53xx:kmod-usb-bcma \
  19. +TARGET_bcm53xx:kmod-phy-bcm-ns-usb3 \