mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-15 19:37:01 +00:00
kernel: kmod-can-slcan: Fix can-slcan.ko location
The slcan.ko file was moved in upstream Linux: https://git.kernel.org/linus/98b12064591d635db86da4957b547067dc6897cc This fixes the build with kernel >= 6.0. 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
c00fbba57c
commit
712cda1351
@ -182,7 +182,9 @@ $(eval $(call KernelPackage,can-raw))
|
||||
define KernelPackage/can-slcan
|
||||
TITLE:=Serial / USB serial CAN Adaptors (slcan)
|
||||
KCONFIG:=CONFIG_CAN_SLCAN
|
||||
FILES:=$(LINUX_DIR)/drivers/net/can/slcan.ko
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/net/can/slcan.ko@lt6.0 \
|
||||
$(LINUX_DIR)/drivers/net/can/slcan/slcan.ko@ge6.0
|
||||
AUTOLOAD:=$(call AutoProbe,slcan)
|
||||
$(call AddDepends/can)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user