summary refs log tree commit diff
diff options
context:
space:
mode:
authorambrop7@gmail.com <Ambroz Bizjak>2014-11-02 13:39:14 +0100
committerambrop7@gmail.com <Ambroz Bizjak>2014-11-02 15:10:09 +0100
commitfc533f0e84728bb2413bd14e15ce91e2fe58aa94 (patch)
treec73c031af3313bd00d274d87153e3d3113cfcc57
parenta6c21ccea93cb60d95f7e53cd244ac990445c576 (diff)
downloadnixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.tar
nixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.tar.gz
nixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.tar.bz2
nixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.tar.lz
nixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.tar.xz
nixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.tar.zst
nixlib-fc533f0e84728bb2413bd14e15ce91e2fe58aa94.zip
kernel: Enable PPP_FILTER by default.
pppd will try to use it to improve efficiency and complain if it's not available
(but is is not mandatory).
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 0cb305551b64..3357f673ac7a 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -239,6 +239,7 @@ with stdenv.lib;
   MTRR_SANITIZER y
   NET_FC y # Fibre Channel driver support
   PPP_MULTILINK y # PPP multilink support
+  PPP_FILTER y
   REGULATOR y # Voltage and Current Regulator Support
   ${optionalString (versionAtLeast version "3.6") ''
     RC_DEVICES? y # Enable IR devices