void-packages/srcpkgs/linux3.16-ck/patches/ck1-version.patch
John Galt 19f9f40685 New package: linux3.16-ck
This is a fully CK patched kernel.
2014-08-19 01:44:57 -07:00

19 lines
688 B
Diff

---
Makefile | 4 ++++
1 file changed, 4 insertions(+)
Index: linux-3.16-ck1/Makefile
===================================================================
--- linux-3.16-ck1.orig/Makefile 2014-08-16 14:46:12.574916784 +1000
+++ linux-3.16-ck1/Makefile 2014-08-16 14:46:12.573916784 +1000
@@ -10,6 +10,10 @@ NAME = Shuffling Zombie Juror
# Comments in this file are targeted only to the developer, do not
# expect to learn how to build the kernel reading this file.
+CKVERSION = -ck1
+CKNAME = BFS Powered
+EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION)
+
# Do not:
# o use make's built-in rules and variables
# (this increases performance and avoids hard-to-debug behaviour);