[openwrt/openwrt] kernel: other: adjust paths for new location
LEDE Commits
lede-commits at lists.infradead.org
Thu May 18 09:24:09 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b2c0d9d01f02f58965eae7d14104423bb3510bd5
commit b2c0d9d01f02f58965eae7d14104423bb3510bd5
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Thu May 18 06:16:11 2023 -0400
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 <therealgraysky at proton.me>
---
package/kernel/linux/modules/other.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 51e70fbe18..cd827725bd 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
More information about the lede-commits
mailing list