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.30 | |
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.30')
-rw-r--r-- | target/linux/generic/config-2.6.30 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.30 b/target/linux/generic/config-2.6.30 index 6e7d6a7965..87e8c6dded 100644 --- a/target/linux/generic/config-2.6.30 +++ b/target/linux/generic/config-2.6.30 @@ -521,6 +521,8 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT4DEV_COMPAT is not set # CONFIG_EXT4DEV_FS is not set # CONFIG_EXT4_FS is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_FS_XATTR is not set CONFIG_EXTRA_FIRMWARE="" CONFIG_EXTRA_TARGETS="" # CONFIG_FAIR_GROUP_SCHED is not set |