2
0
forked from Ivasoft/openwrt

kernel: update dependencies after 'imx6' -> 'imx' rename

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz
2021-03-28 17:07:02 +02:00
parent d1c66eacab
commit b769bf553d
7 changed files with 12 additions and 12 deletions

View File

@@ -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