summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-10 15:37:30 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-10 15:37:30 +0100
commit6a8c8c26ab4f32fe30b8d3d02dc425c46cfcdeec (patch)
treedaa7fa31cd85bd942a905e6337bcc2fa187012ef
parentd5cf0925b43242884bd48bf3742cd5423c7f5b5c (diff)
downloadlinux-baserock/arm/csb1724_mgmt-release.tar.gz
Enable SECCOMP and disable DEBUG_STACK_TRACEbaserock/arm/csb1724_mgmt-release
-rw-r--r--linux.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
index 1b165286ca20..23a70d3b38c7 100644
--- a/linux.morph
+++ b/linux.morph
@@ -13,6 +13,8 @@
"scripts/config --set-str UEVENT_HELPER_PATH ''",
"scripts/config -e IKCONFIG",
"scripts/config -e IKCONFIG_PROC",
+ "scripts/config -e SECCOMP",
+ "scripts/config -d DEBUG_STACK_TRACE",
"yes '' | make oldconfig"
],
"build-commands": [