summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-06 15:59:06 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-06 15:59:06 +0100
commit3b9b6206561e49eef57d06b6838175ebf2a8064f (patch)
treeb86f6c14f47512292e1fa7997a11b490464a8adf /pkgs
parentf110e6721f651651f5bcf671c3022ee76ff9be42 (diff)
downloadnixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.tar
nixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.tar.gz
nixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.tar.bz2
nixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.tar.lz
nixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.tar.xz
nixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.tar.zst
nixlib-3b9b6206561e49eef57d06b6838175ebf2a8064f.zip
Revert "linux: disable UEVENT_HELPER*"
This reverts commit 9f87f3ccb0963e317594018016113ecea4686fe0 because
it causes /proc/sys/kernel/hotplug to not be cleared on Linux <= 3.14.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 77045a0440c9..c802d3f266df 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -269,9 +269,6 @@ 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
-  ''}
   USB_DEBUG? n
   USB_EHCI_ROOT_HUB_TT y # Root Hub Transaction Translators
   USB_EHCI_TT_NEWSCHED y # Improved transaction translator scheduling