kernel: can: fix MCP251x CAN controller module autoload
[openwrt/staging/aparcar.git] / package / kernel / linux / modules / can.mk
index 9cdebb9091a67db2ff7036cdf9832f0f9a9744ef..4ff85d1c01379db7e7ffbadf75509349ea88dfd3 100644 (file)
@@ -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