Fix autoload module name for can-mcp251x kmod. Signed-off-by: Tim Harvey <[email protected]>
@@ -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