kernel: bump to 5.15.12

This commit is contained in:
lean 2021-12-31 01:07:59 +08:00
parent 773f94ca05
commit c70ad2cd30

View File

@ -8,11 +8,11 @@ endif
LINUX_VERSION-5.4 = .162
LINUX_VERSION-5.10 = .88
LINUX_VERSION-5.15 = .10
LINUX_VERSION-5.15 = .12
LINUX_KERNEL_HASH-5.4.162 = c12d72ddaac78189305a5e98825295ecb02282970033b052276035e83189e25b
LINUX_KERNEL_HASH-5.10.88 = 6f8631b6c382a2b0cfeff1e5f8805c8e1cfbe8d714b6e65f5bb79733c99068eb
LINUX_KERNEL_HASH-5.15.10 = 484fcf5df8d00ddc570af443ef33382a110b338239b1f47048974baa22455b4b
LINUX_KERNEL_HASH-5.15.12 = 7de919772b62647591527e904e3b3583783381a29d812404f58a222484e751a0
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))