From: Greg Kroah-Hartman Date: Mon, 13 Feb 2012 07:11:13 +0000 (-0800) Subject: Add patch for -ltsi in kernel version X-Git-Tag: v3.0.38-ltsi~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8996802048908af004dbed7fd99ce6a4af6ae0ea;p=platform%2Fkernel%2Flinux-stable.git Add patch for -ltsi in kernel version --- diff --git a/ltsi-makefile-addition.patch b/ltsi-makefile-addition.patch new file mode 100644 index 000000000000..eb383552bcfe --- /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 +From: Greg Kroah-Hartman +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 + +--- + 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*