forked from mirrors/nixpkgs
Merge pull request #4780 from ambrop72/kernel-ppp-filter
kernel: Enable PPP_FILTER by default.
This commit is contained in:
commit
27b79a0469
|
@ -246,6 +246,7 @@ with stdenv.lib;
|
||||||
MTRR_SANITIZER y
|
MTRR_SANITIZER y
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
|
PPP_FILTER y
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
${optionalString (versionAtLeast version "3.6") ''
|
${optionalString (versionAtLeast version "3.6") ''
|
||||||
RC_DEVICES? y # Enable IR devices
|
RC_DEVICES? y # Enable IR devices
|
||||||
|
|
Loading…
Reference in a new issue