mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Change kernel config: improve squashfs support of kernel
This commit is contained in:
parent
22d2fc3657
commit
0d1c39443b
1 changed files with 6 additions and 0 deletions
|
@ -189,6 +189,12 @@ with stdenv.lib;
|
|||
${optionalString (versionAtLeast version "3.14") ''
|
||||
CEPH_FS_POSIX_ACL y
|
||||
''}
|
||||
SQUASHFS_FILE_DIRECT y
|
||||
SQUASHFS_DECOMP_MULTI_PERCPU y
|
||||
SQUASHFS_XATTR y
|
||||
SQUASHFS_ZLIB y
|
||||
SQUASHFS_LZO y
|
||||
SQUASHFS_XZ y
|
||||
|
||||
# Security related features.
|
||||
STRICT_DEVMEM y # Filter access to /dev/mem
|
||||
|
|
Loading…
Reference in a new issue