mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
kernel: kmod-can-flexcan: Fix flexcan.ko location
The flexcan.ko file was moved in upstream Linux: https://git.kernel.org/linus/bfd00e021cf162049946a9e0047b0997d2b35fec This fixes the build with kernel >= 5.17. This module was never build with kernel 6.1 before. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
712cda1351
commit
d249635c5b
@ -119,7 +119,9 @@ $(eval $(call KernelPackage,can-c-can-platform))
|
||||
define KernelPackage/can-flexcan
|
||||
TITLE:=Support for Freescale FLEXCAN based chips
|
||||
KCONFIG:=CONFIG_CAN_FLEXCAN
|
||||
FILES:=$(LINUX_DIR)/drivers/net/can/flexcan.ko
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/can/flexcan.ko@lt5.17 \
|
||||
$(LINUX_DIR)/drivers/net/can/flexcan/flexcan.ko@ge5.17
|
||||
AUTOLOAD:=$(call AutoProbe,flexcan)
|
||||
$(call AddDepends/can,@TARGET_imx)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user