1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
hauke
2011-01-09 22:43:06 +00:00
parent d2983aa0be
commit 13ec8222a8
8 changed files with 11 additions and 4 deletions

View File

@@ -112,10 +112,6 @@ define KernelPackage/fs-ext4
SUBMENU:=$(FS_MENU)
TITLE:=EXT4 filesystem support
KCONFIG:= \
CONFIG_EXT4DEV_COMPAT=n \
CONFIG_EXT4_FS_XATTR=y \
CONFIG_EXT4_FS_POSIX_ACL=y \
CONFIG_EXT4_FS_SECURITY=y \
CONFIG_EXT4_FS \
CONFIG_JBD2
DEPENDS:= $(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)