diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-01-09 22:43:06 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-01-09 22:43:06 +0000 |
commit | 8067116c10bdf7c34f292ae64c4b6ed6193d3182 (patch) | |
tree | 7dae708ea37c49e3f2d769cabc64ec8eb4096c5e /target/linux/generic/config-2.6.32 | |
parent | 6322a8be780d28e7d4ba22869ae7f3b72b819bbc (diff) | |
download | upstream-8067116c10bdf7c34f292ae64c4b6ed6193d3182.tar.gz upstream-8067116c10bdf7c34f292ae64c4b6ed6193d3182.tar.bz2 upstream-8067116c10bdf7c34f292ae64c4b6ed6193d3182.zip |
kernel: deactivate ext4 SElinux support and extended attributes support in general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target.
Thank you Philip Prindeville
SVN-Revision: 24951
Diffstat (limited to 'target/linux/generic/config-2.6.32')
-rw-r--r-- | target/linux/generic/config-2.6.32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32 index 2e7756c532..5e3733ae64 100644 --- a/target/linux/generic/config-2.6.32 +++ b/target/linux/generic/config-2.6.32 @@ -552,6 +552,7 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT4DEV_FS is not set # CONFIG_EXT4_DEBUG is not set # CONFIG_EXT4_FS is not set +# CONFIG_EXT4_FS_SECURITY is not set # CONFIG_EXT4_FS_XATTR is not set CONFIG_EXT4_USE_FOR_EXT23=y CONFIG_EXTRA_FIRMWARE="" |