blob: b6b622b30fd9546fe3918e83d0be7320656c0395 [file] [log] [blame]
Klaus Heinrich Kiwi7aa26cd2020-09-24 12:18:00 -05001From 5c5b9e604cb11e580bf1d8e269bc8ceb8f1cc008 Mon Sep 17 00:00:00 2001
2From: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
3Date: Thu, 17 Sep 2020 14:38:00 -0500
4Subject: [PATCH 2/2] Openpower kernel release 5.8-rc1-openpower1
5
6Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
7---
8 Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile b/Makefile
12index 24a4c1b..f25f3d7 100644
13--- a/Makefile
14+++ b/Makefile
15@@ -2,7 +2,7 @@
16 VERSION = 5
17 PATCHLEVEL = 8
18 SUBLEVEL = 0
19-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
21 NAME = Kleptomaniac Octopus
22
23 # *DOCUMENTATION*
24--
251.9.4
26