kernel: add missing CAN related config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47035
This commit is contained in:
parent
5119ee9be6
commit
e828d32153
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ define KernelPackage/can
|
|||
CONFIG_CAN_MSCAN=n \
|
||||
CONFIG_CAN_SJA1000=n \
|
||||
CONFIG_CAN_SOFTING=n \
|
||||
CONFIG_CAN_XILINXCAN=n \
|
||||
CONFIG_NET_EMATCH_CANID=n \
|
||||
CONFIG_CAN_DEBUG_DEVICES=n
|
||||
FILES:=$(LINUX_DIR)/drivers/net/can/can-dev.ko \
|
||||
|
|
Loading…
Reference in a new issue