From 8ea22cb723bd2b718f3b3275144029b2917f4f5c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 17 Jun 2015 09:08:20 +0000 Subject: [PATCH] kernel: add missing config symbol Signed-off-by: Felix Fietkau SVN-Revision: 46007 --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.0 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index fc90dbc6c4..9d2ca78c69 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3278,6 +3278,7 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_UFSHCD is not set # CONFIG_SCSI_ULTRASTOR is not set +# CONFIG_SCSI_VIRTIO is not set # CONFIG_SCx200_ACB is not set # CONFIG_SDIO_UART is not set # CONFIG_SECCOMP is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 22d0fd0a6a..a12850dd5f 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -3330,6 +3330,7 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_UFSHCD is not set # CONFIG_SCSI_ULTRASTOR is not set +# CONFIG_SCSI_VIRTIO is not set # CONFIG_SCSI_WD719X is not set # CONFIG_SCx200_ACB is not set # CONFIG_SDIO_UART is not set -- 2.30.2