mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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).
This commit is contained in:
parent
a6c21ccea9
commit
fc533f0e84
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue