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>
This commit is contained in:
parent
4d6ba289db
commit
791b970c6e
|
@ -151,7 +151,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
|
||||
|
|
Loading…
Reference in New Issue