cubieboard2-kernel: enable CONFIG_CC_STACKPROTECTOR.

This commit is contained in:
Juan RP 2014-01-30 10:31:24 +01:00
parent 2f28d5539f
commit c01a2095bd
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,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
# CONFIG_DEPRECATED_PARAM_STRUCT is not set
# CONFIG_ARM_FLUSH_CONSOLE_ON_RESTART is not set

View File

@ -6,7 +6,7 @@ _gitshort="${_githash:0:7}"
pkgname=cubieboard2-kernel
version=3.4.75
revision=3
revision=4
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.kernel.org"
license="GPL-2"