mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
linux: disable UEVENT_HELPER by default on versions >= 3.15
This commit is contained in:
parent
f02651ee9b
commit
8a2deb7abe
1 changed files with 3 additions and 0 deletions
|
@ -310,6 +310,9 @@ with stdenv.lib;
|
|||
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||
SLIP_SMART y
|
||||
THERMAL_HWMON y # Hardware monitoring support
|
||||
${optionalString (versionAtLeast version "3.15") ''
|
||||
UEVENT_HELPER n
|
||||
''}
|
||||
${optionalString (versionOlder version "3.15") ''
|
||||
USB_DEBUG? n
|
||||
''}
|
||||
|
|
Loading…
Reference in a new issue