summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-10-10 15:37:33 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-10-10 15:37:33 +0100
commit82b0b888ccb871e503a4ab527b8316397d1dbe7e (patch)
tree99a943ede1832f233bd283788b720ceea2744248
parent0573630689c7f6281e8e5f9742b769259485197a (diff)
downloadlinux-baserock/arm/csb1724.tar.gz
Enable SECCOMP and disable DEBUG_STACK_TRACEbaserock/arm/csb1724
-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": [