aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/can.mk
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2021-03-28 17:07:02 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2021-11-03 12:45:40 +0100
commitb769bf553d3ba99ed48a1c2630d2583a589cdfbe (patch)
tree5bbfba490d6ed19400312121657ac5c0b988f008 /package/kernel/linux/modules/can.mk
parentd1c66eacabe11f8088f2d49e94b80dfa8a0f94f7 (diff)
downloadupstream-b769bf553d3ba99ed48a1c2630d2583a589cdfbe.tar.gz
upstream-b769bf553d3ba99ed48a1c2630d2583a589cdfbe.tar.bz2
upstream-b769bf553d3ba99ed48a1c2630d2583a589cdfbe.zip
kernel: update dependencies after 'imx6' -> 'imx' rename
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/can.mk')
-rw-r--r--package/kernel/linux/modules/can.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/can.mk b/package/kernel/linux/modules/can.mk
index 3060fc0966..9cdebb9091 100644
--- a/package/kernel/linux/modules/can.mk
+++ b/package/kernel/linux/modules/can.mk
@@ -121,7 +121,7 @@ define KernelPackage/can-flexcan
KCONFIG:=CONFIG_CAN_FLEXCAN
FILES:=$(LINUX_DIR)/drivers/net/can/flexcan.ko
AUTOLOAD:=$(call AutoProbe,flexcan)
- $(call AddDepends/can,@TARGET_imx6)
+ $(call AddDepends/can,@TARGET_imx)
endef
define KernelPackage/can-flexcan/description