Skip to content

Commit e89e96a

Browse files
committedJun 21, 2017
linux_4_11: renable CONFIG_UPROBE_EVENTS
CONFIG_UPROBE_EVENT was renamed to CONFIG_UPROBE_EVENTS.
1 parent 7bd918b commit e89e96a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/os-specific/linux/kernel/common-config.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,10 @@ with stdenv.lib;
472472
SCHED_TRACER y
473473
STACK_TRACER y
474474
475-
${optionalString (versionOlder version "4.11") ''
475+
${if versionOlder version "4.11" then ''
476476
UPROBE_EVENT? y
477+
'' else ''
478+
UPROBE_EVENTS? y
477479
''}
478480
479481
${optionalString (versionAtLeast version "4.4") ''

0 commit comments

Comments
 (0)
Please sign in to comment.