From: Tim Harvey Date: Sat, 18 Feb 2023 00:53:18 +0000 (-0800) Subject: kernel: can: fix MCP251x CAN controller module autoload X-Git-Tag: v23.05.0-rc1~973 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=29d02d8ce584fa7e420204e04dde1e17e14e009c kernel: can: fix MCP251x CAN controller module autoload Fix autoload module name for can-mcp251x kmod. Signed-off-by: Tim Harvey --- diff --git a/package/kernel/linux/modules/can.mk b/package/kernel/linux/modules/can.mk index 9cdebb9091..4ff85d1c01 100644 --- a/package/kernel/linux/modules/can.mk +++ b/package/kernel/linux/modules/can.mk @@ -152,7 +152,7 @@ define KernelPackage/can-mcp251x CONFIG_SPI=y \ CONFIG_CAN_MCP251X FILES:=$(LINUX_DIR)/drivers/net/can/spi/mcp251x.ko - AUTOLOAD:=$(call AutoProbe,can-mcp251x) + AUTOLOAD:=$(call AutoProbe,mcp251x) $(call AddDepends/can) endef