Skip to content

Commit

Permalink
kernel config: Enable BONDING and TMPFS_POSIX_ACL
Browse files Browse the repository at this point in the history
Yet again something that's lacking on other platforms than x86.
  • Loading branch information
dezgeg committed Jan 17, 2017
1 parent 7ab85a7 commit 9fc3ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/kernel/common-config.nix
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9fc3ce7

Please sign in to comment.