X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=2e29f637bbdac11755e8dd2508c3847b5379d8db;hb=438e88e672559e349d05540db8763a890a931ad7;hp=2fa08d0532b5d42ce6f612ff2eff1515c6f21ec8;hpb=d503492857be14925ac3f48fc0c2964835b59ecb;p=openwrt%2Fstaging%2Fhauke.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 2fa08d0532..2e29f637bb 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -1,18 +1,16 @@ -# Use the default kernel version if the Makefile doesn't override it +# Use the default kernel version if the Makefile doesn't override it LINUX_RELEASE?=1 ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-4.14 = .180 -LINUX_VERSION-4.19 = .123 -LINUX_VERSION-5.4 = .40 +LINUX_VERSION-5.4 = .109 +LINUX_VERSION-5.10 = .27 -LINUX_KERNEL_HASH-4.14.180 = 444ef973d9b6a6ea174e4a9086f0aea980d8575d13302e431ad688f22e27ed0e -LINUX_KERNEL_HASH-4.19.123 = a79914d31a8d8c6b0e2bb0f2b143d615fe8a6c4dd2e0f36e97aa20efd69a993f -LINUX_KERNEL_HASH-5.4.40 = 83563f027687ecaafb41d0d2d52056f40ec9822f8a9e43592e215349730020ab +LINUX_KERNEL_HASH-5.4.109 = ac6af4562717d030266fcddb0a3c44598610ca8c9c3a654725f58b9cbd61b7ee +LINUX_KERNEL_HASH-5.10.27 = d99dc9662951299c53a0a8d8c8d0a72a16ff861d20e927c0f9b14f63282d69d9 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))