Add patch for -ltsi in kernel version
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 07:11:13 +0000 (23:11 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 07:11:13 +0000 (23:11 -0800)
ltsi-makefile-addition.patch [new file with mode: 0644]

diff --git a/ltsi-makefile-addition.patch b/ltsi-makefile-addition.patch
new file mode 100644 (file)
index 0000000..eb38355
--- /dev/null
@@ -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*