mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
kernel config: Enable BONDING and TMPFS_POSIX_ACL
Yet again something that's lacking on other platforms than x86.
This commit is contained in:
parent
7ab85a7b39
commit
9fc3ce73d1
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,7 @@ with stdenv.lib;
|
|||
L2TP_IP m
|
||||
L2TP_ETH m
|
||||
BRIDGE_VLAN_FILTERING y
|
||||
BONDING m
|
||||
|
||||
# Wireless networking.
|
||||
CFG80211_WEXT? y # Without it, ipw2200 drivers don't build
|
||||
|
@ -217,6 +218,7 @@ with stdenv.lib;
|
|||
# ACLs for all filesystems that support them.
|
||||
FANOTIFY y
|
||||
TMPFS y
|
||||
TMPFS_POSIX_ACL y
|
||||
FS_ENCRYPTION? m
|
||||
EXT2_FS_XATTR y
|
||||
EXT2_FS_POSIX_ACL y
|
||||
|
|
Loading…
Reference in a new issue