Browse Source

Fix LINUX_KERNEL_HASH-4.14.148 in include/kernel-version.mk

RISCi_ATOM 4 years ago
parent
commit
8055ae9e65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/kernel-version.mk

+ 1 - 1
include/kernel-version.mk

@@ -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)))))))