aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-03 16:23:11 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-03 16:23:11 -0700
commit6ddf9a80e2d8f51dc790189545a84c34dcdc384e (patch)
tree74668a67e2e1542408d5b6254119a08ef63893ac
parentbbbf2916a71e64f2334fe61106fb3c6a6c665916 (diff)
downloadltsi-kernel-6ddf9a80e2d8f51dc790189545a84c34dcdc384e.tar.gz
ltsi makefile patch: fix it so we aren't stuck at a specific release
This just adds the localversion.ltsi file to append '-ltsi' to the kernel release, instead of touching the Makefile itself. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--patches.ltsi/ltsi-makefile-addition.patch19
1 files changed, 6 insertions, 13 deletions
diff --git a/patches.ltsi/ltsi-makefile-addition.patch b/patches.ltsi/ltsi-makefile-addition.patch
index 1c591502825874..7aa8c891f85776 100644
--- a/patches.ltsi/ltsi-makefile-addition.patch
+++ b/patches.ltsi/ltsi-makefile-addition.patch
@@ -10,17 +10,10 @@ kernel version we are using.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ localversion.ltsi | 1 +
+ 1 file changed, 1 insertion(+)
---- a/Makefile
-+++ b/Makefile
-@@ -1,7 +1,7 @@
- VERSION = 4
- PATCHLEVEL = 9
- SUBLEVEL = 40
--EXTRAVERSION =
-+EXTRAVERSION = -ltsi
- NAME = Roaring Lionus
-
- # *DOCUMENTATION*
+--- /dev/null
++++ b/localversion.ltsi
+@@ -0,0 +1 @@
++-ltsi