linux/kernel: Remove EXT2_FS_XIP for version 4.0.

The option has been removed in torvalds/linux@6cd176a and thus we
shouldn't try to set it for kernel version 4.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
(cherry picked from commit 791b970c6e)
This commit is contained in:
aszlig 2015-03-04 15:38:17 +01:00
parent 46db4d8ad3
commit 7963a45b99
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -148,7 +148,9 @@ with stdenv.lib;
EXT2_FS_XATTR y
EXT2_FS_POSIX_ACL y
EXT2_FS_SECURITY y
EXT2_FS_XIP y # Ext2 execute in place support
${optionalString (versionOlder version "4.0") ''
EXT2_FS_XIP y # Ext2 execute in place support
''}
EXT3_FS_POSIX_ACL y
EXT3_FS_SECURITY y
EXT4_FS_POSIX_ACL y