mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: 5.15: fix mediatek usb module change
This commit is contained in:
parent
44d01897be
commit
cbaa0134cd
@ -1772,8 +1772,10 @@ define KernelPackage/usb-xhci-mtk
|
|||||||
DEPENDS:=+kmod-usb-xhci-hcd
|
DEPENDS:=+kmod-usb-xhci-hcd
|
||||||
KCONFIG:=CONFIG_USB_XHCI_MTK
|
KCONFIG:=CONFIG_USB_XHCI_MTK
|
||||||
HIDDEN:=1
|
HIDDEN:=1
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/host/xhci-mtk.ko
|
FILES:= \
|
||||||
AUTOLOAD:=$(call AutoLoad,54,xhci-mtk,1)
|
$(LINUX_DIR)/drivers/usb/host/xhci-mtk.ko@lt5.13 \
|
||||||
|
$(LINUX_DIR)/drivers/usb/host/xhci-mtk-hcd.ko@ge5.13
|
||||||
|
AUTOLOAD:=$(call AutoLoad,54,xhci-mtk@lt5.13 xhci-mtk-hcd@gt5.13,1)
|
||||||
$(call AddDepends/usb)
|
$(call AddDepends/usb)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user