diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-16 21:17:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-16 21:17:41 +0000 |
commit | 06cb90f8a274f3bd1b9920563fc26bc7265bb90c (patch) | |
tree | f29088195c9950c4b656426d0173dd42658cf93d /target | |
parent | 6c42f140a09c0fc734b1b26dc5ea9092a4e9fa18 (diff) | |
download | mtk-20170518-06cb90f8a274f3bd1b9920563fc26bc7265bb90c.zip mtk-20170518-06cb90f8a274f3bd1b9920563fc26bc7265bb90c.tar.gz mtk-20170518-06cb90f8a274f3bd1b9920563fc26bc7265bb90c.tar.bz2 |
kernel: add missing config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44850
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.18 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.19 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.0 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18 index 0bb37e0..1588582 100644 --- a/target/linux/generic/config-3.18 +++ b/target/linux/generic/config-3.18 @@ -3251,6 +3251,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_SCx200_ACB is not set # CONFIG_SDIO_UART is not set # CONFIG_SECCOMP is not set # CONFIG_SECURITY is not set diff --git a/target/linux/generic/config-3.19 b/target/linux/generic/config-3.19 index 281bfb7..aa54608 100644 --- a/target/linux/generic/config-3.19 +++ b/target/linux/generic/config-3.19 @@ -3274,6 +3274,7 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_UFSHCD is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SCSI_WD719X is not set +# CONFIG_SCx200_ACB is not set # CONFIG_SDIO_UART is not set # CONFIG_SECCOMP is not set # CONFIG_SECURITY is not set diff --git a/target/linux/generic/config-4.0 b/target/linux/generic/config-4.0 index 4aa0ae6..bce3a35 100644 --- a/target/linux/generic/config-4.0 +++ b/target/linux/generic/config-4.0 @@ -3283,6 +3283,7 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_UFSHCD is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SCSI_WD719X is not set +# CONFIG_SCx200_ACB is not set # CONFIG_SDIO_UART is not set # CONFIG_SECCOMP is not set # CONFIG_SECURITY is not set |