summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/criu-no-expert.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-03 14:09:45 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-03 14:09:45 -0300
commit308f6ff034c928c0c4fc2ce168df7192ca2b1209 (patch)
tree49603bf604b0d3b3e4e0f1d71d0a52380933aa36 /libre-testing/linux-libre/criu-no-expert.patch
parent99d72f453ab00a43e11f6903bf34d6cd27962a4f (diff)
parent964755f48fefde84fce71781d0744e2158f60814 (diff)
Merge branch 'master' of vparabola:abslibre
Conflicts: pcr/pandoc/PKGBUILD
Diffstat (limited to 'libre-testing/linux-libre/criu-no-expert.patch')
-rw-r--r--libre-testing/linux-libre/criu-no-expert.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre-testing/linux-libre/criu-no-expert.patch b/libre-testing/linux-libre/criu-no-expert.patch
new file mode 100644
index 000000000..9bbc02812
--- /dev/null
+++ b/libre-testing/linux-libre/criu-no-expert.patch
@@ -0,0 +1,13 @@
+diff --git a/init/Kconfig b/init/Kconfig
+index 4e5d96a..4b94ffe 100644
+--- a/init/Kconfig
++++ b/init/Kconfig
+@@ -1078,7 +1078,7 @@ config DEBUG_BLK_CGROUP
+ endif # CGROUPS
+
+ config CHECKPOINT_RESTORE
+- bool "Checkpoint/restore support" if EXPERT
++ bool "Checkpoint/restore support"
+ default n
+ help
+ Enables additional kernel features in a sake of checkpoint/restore.