mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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:
parent
46db4d8ad3
commit
7963a45b99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user