Fix LINUX_KERNEL_HASH-4.14.148 in include/kernel-version.mk
authorRISCi_ATOM <bob@bobcall.me>
Tue, 15 Oct 2019 16:47:22 +0000 (12:47 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Tue, 15 Oct 2019 16:47:22 +0000 (12:47 -0400)
include/kernel-version.mk

index 7dbdec891a86cb341602e454fb3d094efa442176..528d598a3c76dd12e187d9a953ed0cc0aea35205 100644 (file)
@@ -8,7 +8,7 @@ endif
 
 LINUX_VERSION-4.14 = .148
 
-LINUX_KERNEL_HASH-4.14.146 = 51830890f8ee5c42fb11f6644074d44840eb322e203d5cb072f555f226584b54
+LINUX_KERNEL_HASH-4.14.148 = 51830890f8ee5c42fb11f6644074d44840eb322e203d5cb072f555f226584b54
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))