diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-01-09 22:43:06 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-01-09 22:43:06 +0000 |
commit | 8176a01da4842638acd8f757a666976e6cdd86f3 (patch) | |
tree | f0cd657f2f1f2a4f7129ec8b00e4a1923317603e /target/linux/generic/config-2.6.31 | |
parent | e5f48a12c64b8b4bc0e76f0f6a640a96b9f27317 (diff) | |
download | upstream-8176a01da4842638acd8f757a666976e6cdd86f3.tar.gz upstream-8176a01da4842638acd8f757a666976e6cdd86f3.tar.bz2 upstream-8176a01da4842638acd8f757a666976e6cdd86f3.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.31')
-rw-r--r-- | target/linux/generic/config-2.6.31 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.31 b/target/linux/generic/config-2.6.31 index e664748f53..96f955eeee 100644 --- a/target/linux/generic/config-2.6.31 +++ b/target/linux/generic/config-2.6.31 @@ -502,8 +502,11 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set # CONFIG_EXT3_FS is not set # CONFIG_EXT3_FS_XATTR is not set +# 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_EZX_PCAP is not set |