X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=f5cf3500b7cf8061dc423c2931f52e47178bb3e9;hb=5c83f27ac5764fbd9667d014cc9f5747e655069e;hp=944d40db12315465a01829bfda3528e93e42332d;hpb=bc3d47cd121baf85d53a3ee3f9d45df5ccf58f6f;p=openwrt%2Fopenwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 944d40db12..f5cf3500b7 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,13 +2,15 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .124 -LINUX_VERSION-4.9 = .135 -LINUX_VERSION-4.14 = .78 +LINUX_VERSION-3.18 = .136 +LINUX_VERSION-4.9 = .161 +LINUX_VERSION-4.14 = .104 +LINUX_VERSION-4.19 = .25 -LINUX_KERNEL_HASH-3.18.124 = 25d2a5abd627534a1e51d028890c184aad8e628c345c5fe0cc0f9d7c31b7a5a3 -LINUX_KERNEL_HASH-4.9.135 = e023b0bbe9ea7fc56aa57210342dd18ea3e0900ee207226df1523c6d7df154ce -LINUX_KERNEL_HASH-4.14.78 = f4da4dc0f079e420e1c1b8c71312eaa5415b08be847aa224a61d8af6a6e74c6c +LINUX_KERNEL_HASH-3.18.136 = 48c8775013d23229462134f911bbb14c7935096fcccfb19ce28ecd5f7154f35c +LINUX_KERNEL_HASH-4.9.161 = e11e830b7e55f9eac768bf3c7617a15da22819552595fe786a1fb20bfa8b28a6 +LINUX_KERNEL_HASH-4.14.104 = dd430e3e65138da5799b5ff7353e1a9c72f2f9dc957ac53d2aea3dd8ca7be067 +LINUX_KERNEL_HASH-4.19.25 = 7ec71d90d6e96e6f741676d157ac06f30c75be4eaf1649143a3c8b7d4f919731 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))