From 004bcdec15b1798553cec1dffb6d363bd4135337 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 30 Jan 2014 10:31:45 +0100 Subject: [PATCH] odroid-u2-kernel: enable CONFIG_CC_STACKPROTECTOR. --- srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom | 2 +- srcpkgs/odroid-u2-kernel/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom b/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom index 550ba1aa376..15de959b0e9 100644 --- a/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom +++ b/srcpkgs/odroid-u2-kernel/files/u2-dotconfig-custom @@ -557,7 +557,7 @@ CONFIG_FORCE_MAX_ZONEORDER=11 CONFIG_ALIGNMENT_TRAP=y # CONFIG_UACCESS_WITH_MEMCPY is not set # CONFIG_SECCOMP is not set -# CONFIG_CC_STACKPROTECTOR is not set +CONFIG_CC_STACKPROTECTOR=y # # Boot options diff --git a/srcpkgs/odroid-u2-kernel/template b/srcpkgs/odroid-u2-kernel/template index e27f70e8394..003cbaa1829 100644 --- a/srcpkgs/odroid-u2-kernel/template +++ b/srcpkgs/odroid-u2-kernel/template @@ -6,7 +6,7 @@ _gitshort="${_githash:0:7}" pkgname=odroid-u2-kernel version=3.8.13.14 -revision=3 +revision=4 maintainer="Enno Boland " homepage="http://www.kernel.org" license="GPL-2"