mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-06 21:18:43 +00:00
24 lines
569 B
Diff
24 lines
569 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Joel Stanley <joel@jms.id.au>
|
||
|
Date: Thu, 15 Jul 2021 17:21:55 +0930
|
||
|
Subject: [PATCH 2/2] Release OpenPower kernel
|
||
|
|
||
|
Signed-off-by: Joel Stanley <joel@jms.id.au>
|
||
|
---
|
||
|
Makefile | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/Makefile b/Makefile
|
||
|
index 92accf2ddc08..18dcc81a67e4 100644
|
||
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -2,7 +2,7 @@
|
||
|
VERSION = 6
|
||
|
PATCHLEVEL = 6
|
||
|
SUBLEVEL = 16
|
||
|
-EXTRAVERSION =
|
||
|
+EXTRAVERSION = -openpower1
|
||
|
NAME = Hurr durr I'ma ninja sloth
|
||
|
|
||
|
# *DOCUMENTATION*
|