projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca0edb
)
Fix LINUX_KERNEL_HASH-4.14.148 in include/kernel-version.mk
author
RISCi_ATOM
<bob@bobcall.me>
Tue, 15 Oct 2019 16:47:22 +0000
(12:47 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Tue, 15 Oct 2019 16:47:22 +0000
(12:47 -0400)
include/kernel-version.mk
patch
|
blob
|
history
diff --git
a/include/kernel-version.mk
b/include/kernel-version.mk
index 7dbdec891a86cb341602e454fb3d094efa442176..528d598a3c76dd12e187d9a953ed0cc0aea35205 100644
(file)
--- a/
include/kernel-version.mk
+++ b/
include/kernel-version.mk
@@
-8,7
+8,7
@@
endif
LINUX_VERSION-4.14 = .148
-LINUX_KERNEL_HASH-4.14.14
6
= 51830890f8ee5c42fb11f6644074d44840eb322e203d5cb072f555f226584b54
+LINUX_KERNEL_HASH-4.14.14
8
= 51830890f8ee5c42fb11f6644074d44840eb322e203d5cb072f555f226584b54
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))