about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-03-11 07:15:47 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-03-11 08:14:29 +0100
commitc1ccedeaffe2608ca595f4b01286739368891915 (patch)
tree8db5f9c0d77264c59f618eb0126132e4b52eb385 /pkgs/os-specific/linux/kernel/common-config.nix
parentff2313a6c62c471f06a01739a05b799b28707a23 (diff)
linux: make some new config settings optional
These are not support on older kernels pre 4.0.
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index b66ad655b6484..329f80d0e67e7 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -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