Make sure that kernel image is not too big on armel by disabling apparmor and tomoyo

svn path=/dists/trunk/linux-2.6/; revision=18472
This commit is contained in:
Arnaud Patard 2012-01-08 10:37:18 +00:00
parent 5840d57fe9
commit 3ea67e909b
2 changed files with 14 additions and 0 deletions

3
debian/changelog vendored
View File

@ -16,6 +16,9 @@ linux-2.6 (3.2-1~experimental.1) UNRELEASED; urgency=low
[ Bastian Blank ]
* crypt: Enable some amd64 only ciphers.
[ Arnaud Patard ]
* disable tomoyo and apparmor to allow kernel image to fit into flash.
-- Ben Hutchings <ben@decadent.org.uk> Mon, 02 Jan 2012 02:55:28 +0000
linux-2.6 (3.2~rc7-1~experimental.1) experimental; urgency=low

View File

@ -104,3 +104,14 @@ CONFIG_YAM=m
CONFIG_KERNEL_LZMA=y
## end choice
##
## file: security/apparmor/Kconfig
##
# CONFIG_SECURITY_APPARMOR is not set
##
## file: security/tomoyo/Kconfig
##
# CONFIG_SECURITY_TOMOYO is not set