From a81e4fff7a25149218d6405783a92d689c4cf9b6 Mon Sep 17 00:00:00 2001 From: suyuan <175338101@qq.com> Date: Wed, 3 Nov 2021 19:01:41 +0800 Subject: [PATCH] Update kernel-version.mk --- root/include/kernel-version.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/include/kernel-version.mk b/root/include/kernel-version.mk index ffa843c9..a8d92ec3 100755 --- a/root/include/kernel-version.mk +++ b/root/include/kernel-version.mk @@ -6,12 +6,12 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-5.4 = .132 -LINUX_VERSION-5.10 = .64 +LINUX_VERSION-5.4 = .155 +LINUX_VERSION-5.10 = .76 LINUX_VERSION-5.14 = .6 -LINUX_KERNEL_HASH-5.4.132 = 8466adbfb3579e751ede683496df7bb20f258b5f882250f3dd82be63736d00ef -LINUX_KERNEL_HASH-5.10.64 = 3eb84bd24a2de2b4749314e34597c02401c5d6831b055ed5224adb405c35e30a +LINUX_KERNEL_HASH-5.4.155 = cc0c0f902748d251cb22d0e69e3b8d260c447eb0072ef853da15da6cce775038 +LINUX_KERNEL_HASH-5.10.76 = 480a09ba1962862ff18df9453fa0df6ba11cbe19eefedeab81bf2c84f49e1890 LINUX_KERNEL_HASH-5.14.6 = 54848c1268771ee3515e4c33e29abc3f1fa90d8144894cce6d0ebc3b158bccec remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))