diff options
Diffstat (limited to 'recipes-kernel/linux/linux-at91-5.4.199/EXTRAVERSION.patch')
-rw-r--r-- | recipes-kernel/linux/linux-at91-5.4.199/EXTRAVERSION.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-at91-5.4.199/EXTRAVERSION.patch b/recipes-kernel/linux/linux-at91-5.4.199/EXTRAVERSION.patch new file mode 100644 index 0000000..fc91370 --- /dev/null +++ b/recipes-kernel/linux/linux-at91-5.4.199/EXTRAVERSION.patch @@ -0,0 +1,25 @@ +From 3f3b492072c2cb42f22f231f6f906292b66cdddf Mon Sep 17 00:00:00 2001 +From: Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> +Date: Thu, 31 Dec 2020 17:20:11 +0200 +Subject: [PATCH] extraversion + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 97efb5b..5bbb760 100644 +--- a/Makefile ++++ b/Makefile +@@ -2,7 +2,7 @@ + VERSION = 5 + PATCHLEVEL = 4 + SUBLEVEL = 199 +-EXTRAVERSION = -linux4sam-2022.06 ++EXTRAVERSION = + NAME = Kleptomaniac Octopus + + # *DOCUMENTATION* +-- +1.9.1 + |