X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=96dfb1b2f0e3b3062bc22a4514451c1b55b31110;hb=53b9cc442f9ba33c66f78ee0a1fda4bb71ddd679;hp=1527cb409fa2280338a4540ba0a214cd3d3fe90d;hpb=6a57e1fbfc39a47e8a2dbe243953c7fc5e3fa4dc;p=openwrt%2Fstaging%2Fldir.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 1527cb409f..96dfb1b2f0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,11 +6,11 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-5.4 = .117 -LINUX_VERSION-5.10 = .36 +LINUX_VERSION-5.4 = .121 +LINUX_VERSION-5.10 = .40 -LINUX_KERNEL_HASH-5.4.117 = 4e989b5775830092e5c76b5cca65ebff862ad0c87d0b58c3a20d415c3d4ec770 -LINUX_KERNEL_HASH-5.10.36 = 899ce7f728007321288e632f0c2f8db9c8c2d625cef0e5a331d4c213fce1b268 +LINUX_KERNEL_HASH-5.4.121 = 9d9327fca397e114bcc59d69fa5ae1ac8bac76b170ed811d1b1645df7456375f +LINUX_KERNEL_HASH-5.10.40 = 7480803acd7152b1e8248954e219ca9d8d95afa73ec2d8973170939ac44b2f24 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))