summaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-02-16 11:08:19 +0200
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 16:33:16 +0400
commitecaffcd3cddc091d8c772e40d264858e13188cc1 (patch)
treea82a957dfd75f4140777677cdb12bb718546433a /linaro
parent535309a5c2c5d95eea649263f593869f30b26447 (diff)
distribution.conf: use CC_STACKPROTECTOR_REGULAR introduced in 3.14
In 3.14, CONFIG_CC_STACKPROTECTOR_STRONG is introduced and CONFIG_CC_STACKPROTECTOR is renamed to CONFIG_CC_STACKPROTECTOR_REGULAR. http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8779657d29c0ebcc0c94ede4df2f497baf1b563f Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/distribution.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index 299af101ef1..e7bd7370327 100644
--- a/linaro/configs/distribution.conf
+++ b/linaro/configs/distribution.conf
@@ -3,7 +3,7 @@ CONFIG_CGROUPS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_SECCOMP=y
-CONFIG_CC_STACKPROTECTOR=y
+CONFIG_CC_STACKPROTECTOR_REGULAR=y
CONFIG_SYN_COOKIES=y
CONFIG_IPV6=y
CONFIG_NETLABEL=y