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:
parent
ff2313a6c6
commit
c1ccedeaff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue