X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=fac959f67626ba5a2892370e073dcdcc26c07f59;hp=d62af62d77dd20bc2985e2eef108ded4d7e0dae3;hb=1ff4cd1ff18df6595416d8345d05cc415fdfeae3;hpb=2b9d2f6624d423bcc95d1eaf0d7675ee9c11cfe5 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index d62af62d77..fac959f676 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,11 +2,11 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.9 = .162 -LINUX_VERSION-4.14 = .104 +LINUX_VERSION-4.9 = .166 +LINUX_VERSION-4.14 = .108 -LINUX_KERNEL_HASH-4.9.162 = b946f44edcc4e1b1ccf51ce17dd8f494556555b31b0663bbaabfad99100dacd5 -LINUX_KERNEL_HASH-4.14.104 = dd430e3e65138da5799b5ff7353e1a9c72f2f9dc957ac53d2aea3dd8ca7be067 +LINUX_KERNEL_HASH-4.9.166 = b8f87c087cbc35d35d55cae1c0c7e47c8d20226d241697bf5d4c0c524439baeb +LINUX_KERNEL_HASH-4.14.108 = b6e33c687f26cd13934f961f48985c17ab3fd0e09aae007a175e3bbf3a8ed454 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))