aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-12 23:11:13 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-12 23:11:13 -0800
commit8996802048908af004dbed7fd99ce6a4af6ae0ea (patch)
tree283b119d4613f1f5429de1877a2c1389cafdb6ed
parent6ccfe3c5a9783067ab40dc698517f181d4cfd349 (diff)
downloadltsi-kernel-8996802048908af004dbed7fd99ce6a4af6ae0ea.tar.gz
Add patch for -ltsi in kernel version
-rw-r--r--ltsi-makefile-addition.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/ltsi-makefile-addition.patch b/ltsi-makefile-addition.patch
new file mode 100644
index 00000000000000..eb383552bcfe37
--- /dev/null
+++ b/ltsi-makefile-addition.patch
@@ -0,0 +1,26 @@
+From foo@baz Sun Feb 12 23:09:28 PST 2012
+Date: Sun, 12 Feb 2012 23:09:28 -0800
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: LTSI Makefile addition
+
+Change the extra version to have -ltsi to have a chance to realize what
+kernel version we are using.
+
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 3
+ PATCHLEVEL = 0
+ SUBLEVEL = 20
+-EXTRAVERSION =
++EXTRAVERSION = -ltsi
+ NAME = Sneaky Weasel
+
+ # *DOCUMENTATION*