From: John Audia Date: Thu, 18 May 2023 10:16:11 +0000 (-0400) Subject: kernel: other: adjust paths for new location X-Git-Url: http://git.openwrt.org/openwrt/feeds.git?a=commitdiff_plain;h=b2c0d9d01f02f58965eae7d14104423bb3510bd5;p=openwrt%2Fstaging%2Fdangole.git kernel: other: adjust paths for new location This upstream commit[1] moves drivers/bus/mhi/core/ to drivers/bus/mhi/host/ so we need to correct for that here. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.112&id=9fbf10148f31a63b6d8c2b0e56cb97eb173d600b Signed-off-by: John Audia --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 51e70fbe18a..cd827725bd5 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1338,7 +1338,7 @@ define KernelPackage/mhi-bus TITLE:=MHI bus KCONFIG:=CONFIG_MHI_BUS \ CONFIG_MHI_BUS_DEBUG=y - FILES:=$(LINUX_DIR)/drivers/bus/mhi/core/mhi.ko + FILES:=$(LINUX_DIR)/drivers/bus/mhi/host/mhi.ko AUTOLOAD:=$(call AutoProbe,mhi) endef @@ -1353,7 +1353,7 @@ define KernelPackage/mhi-pci-generic TITLE:=MHI PCI controller driver DEPENDS:=@PCI_SUPPORT +kmod-mhi-bus KCONFIG:=CONFIG_MHI_BUS_PCI_GENERIC - FILES:=$(LINUX_DIR)/drivers/bus/mhi/mhi_pci_generic.ko + FILES:=$(LINUX_DIR)/drivers/bus/mhi/host/mhi_pci_generic.ko AUTOLOAD:=$(call AutoProbe,mhi_pci_generic) endef