mirror of https://github.com/hak5/openwrt-owl.git
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: 24951owl
parent
6322a8be78
commit
8067116c10
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -569,6 +569,8 @@ 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=""
|
||||
CONFIG_EXTRA_TARGETS=""
|
||||
|
|
|
@ -594,6 +594,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=""
|
||||
|
|
|
@ -565,6 +565,7 @@ CONFIG_EXPERIMENTAL=y
|
|||
# CONFIG_EXT3_FS_XATTR 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=""
|
||||
|
|
|
@ -564,6 +564,7 @@ CONFIG_EXPERIMENTAL=y
|
|||
# CONFIG_EXT3_FS_XATTR 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=""
|
||||
|
|
Loading…
Reference in New Issue