From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 18 Jan 2015 09:25:38 +0000 (+0000)
Subject: kernel: add missing config symbol
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a0849e64394f3a747c978891958c0d0004498681;p=openwrt%2Fsvn-archive%2Fopenwrt.git

kernel: add missing config symbol

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44026
---

diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14
index d888954baf..6759503851 100644
--- a/target/linux/generic/config-3.14
+++ b/target/linux/generic/config-3.14
@@ -3104,6 +3104,7 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
+# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set
diff --git a/target/linux/generic/config-3.18 b/target/linux/generic/config-3.18
index 310f275650..e3b14322f2 100644
--- a/target/linux/generic/config-3.18
+++ b/target/linux/generic/config-3.18
@@ -3235,6 +3235,7 @@ CONFIG_SCSI_PROC_FS=y
 # CONFIG_SCSI_UFSHCD is not set
 # CONFIG_SCSI_ULTRASTOR is not set
 # CONFIG_SDIO_UART is not set
+# CONFIG_SECCOMP is not set
 # CONFIG_SECURITY is not set
 # CONFIG_SECURITYFS is not set
 # CONFIG_SECURITY_DMESG_RESTRICT is not set