1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

linux: make some new config settings optional

These are not support on older kernels pre 4.0.
This commit is contained in:
Franz Pletz 2017-03-11 07:15:47 +01:00
parent ff2313a6c6
commit c1ccedeaff
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -150,8 +150,8 @@ with stdenv.lib;
L2TP_ETH m
BRIDGE_VLAN_FILTERING y
BONDING m
NET_L3_MASTER_DEV y
NET_FOU_IP_TUNNELS y
NET_L3_MASTER_DEV? y
NET_FOU_IP_TUNNELS? y
# Wireless networking.
CFG80211_WEXT? y # Without it, ipw2200 drivers don't build