mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
kernel: add can.ko to the kmod-can package.
Build all of the can support as modules, otherwise the kernel image is changed when a can kernel package is selected, because the can protocol is then built in into the kernel image. Signed-off-by: Jan Kardell <jan.kardell@telliq.com> SVN-Revision: 39989
This commit is contained in:
parent
04d99f29cf
commit
5041b8e46c
@ -11,7 +11,7 @@ define KernelPackage/can
|
||||
SUBMENU:=$(CAN_MENU)
|
||||
TITLE:=CAN bus support
|
||||
KCONFIG:=\
|
||||
CONFIG_CAN=y \
|
||||
CONFIG_CAN=m \
|
||||
CONFIG_CAN_DEV \
|
||||
CONFIG_CAN_CALC_BITTIMING=y \
|
||||
CONFIG_CAN_LEDS=y \
|
||||
@ -29,8 +29,9 @@ define KernelPackage/can
|
||||
CONFIG_CAN_SOFTING=n \
|
||||
CONFIG_NET_EMATCH_CANID=n \
|
||||
CONFIG_CAN_DEBUG_DEVICES=n
|
||||
FILES:=$(LINUX_DIR)/drivers/net/can/can-dev.ko
|
||||
AUTOLOAD:=$(call AutoProbe,can-dev)
|
||||
FILES:=$(LINUX_DIR)/drivers/net/can/can-dev.ko \
|
||||
$(LINUX_DIR)/net/can/can.ko
|
||||
AUTOLOAD:=$(call AutoProbe,can can-dev)
|
||||
endef
|
||||
|
||||
define KernelPackage/can/description
|
||||
|
Loading…
Reference in New Issue
Block a user