diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-18 09:25:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-18 09:25:38 +0000 |
commit | 7c15fd8ae8c9a7165ada5ca6df7f6f609ec8d2ed (patch) | |
tree | 745d55c06af9f784c7d56c3f6c34214a7d01d8e7 /target | |
parent | 018a2a5a8641db64320d2b840e3e9e442519929c (diff) | |
download | upstream-7c15fd8ae8c9a7165ada5ca6df7f6f609ec8d2ed.tar.gz upstream-7c15fd8ae8c9a7165ada5ca6df7f6f609ec8d2ed.tar.bz2 upstream-7c15fd8ae8c9a7165ada5ca6df7f6f609ec8d2ed.zip |
kernel: add missing config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44026 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.18 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |