0001-linux-version-tweak.patch 662 B

1234567891011121314151617181920212223242526
  1. From 5a55943a6bbb10a79994a0b18071b2427dffb15f Mon Sep 17 00:00:00 2001
  2. From: Bruce Ashfield <bruce.ashfield@windriver.com>
  3. Date: Mon, 11 Jun 2012 15:31:42 -0400
  4. Subject: [PATCH] linux: version tweak
  5. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
  6. ---
  7. Makefile | 2 +-
  8. 1 files changed, 1 insertions(+), 1 deletions(-)
  9. diff --git a/Makefile b/Makefile
  10. index a687963..f5b1ac3 100644
  11. --- a/Makefile
  12. +++ b/Makefile
  13. @@ -2,7 +2,7 @@ VERSION = 3
  14. PATCHLEVEL = 4
  15. SUBLEVEL = 0
  16. EXTRAVERSION =
  17. -NAME = Saber-toothed Squirrel
  18. +NAME = Saber-toothed Squirrel-custom
  19. # *DOCUMENTATION*
  20. # To see a list of typical targets execute "make help"
  21. --
  22. 1.7.5.4