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
@ -142,6 +142,7 @@ with stdenv.lib;
|
|||||||
L2TP_IP m
|
L2TP_IP m
|
||||||
L2TP_ETH m
|
L2TP_ETH m
|
||||||
BRIDGE_VLAN_FILTERING y
|
BRIDGE_VLAN_FILTERING y
|
||||||
|
BONDING m
|
||||||
|
|
||||||
# Wireless networking.
|
# Wireless networking.
|
||||||
CFG80211_WEXT? y # Without it, ipw2200 drivers don't build
|
CFG80211_WEXT? y # Without it, ipw2200 drivers don't build
|
||||||
@ -217,6 +218,7 @@ with stdenv.lib;
|
|||||||
# ACLs for all filesystems that support them.
|
# ACLs for all filesystems that support them.
|
||||||
FANOTIFY y
|
FANOTIFY y
|
||||||
TMPFS y
|
TMPFS y
|
||||||
|
TMPFS_POSIX_ACL y
|
||||||
FS_ENCRYPTION? m
|
FS_ENCRYPTION? m
|
||||||
EXT2_FS_XATTR y
|
EXT2_FS_XATTR y
|
||||||
EXT2_FS_POSIX_ACL y
|
EXT2_FS_POSIX_ACL y
|
||||||
|
Loading…
Reference in New Issue
Block a user