X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=fac959f67626ba5a2892370e073dcdcc26c07f59;hp=12d96e7b8c37fead3d3c5ac9ddedc9d5c6d29852;hb=1ff4cd1ff18df6595416d8345d05cc415fdfeae3;hpb=e39414ed07e03c8cd1aecd1874acf40d6d8a8d93 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 12d96e7b8c..fac959f676 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,15 +2,11 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .71 -LINUX_VERSION-4.4 = .121 -LINUX_VERSION-4.9 = .102 -LINUX_VERSION-4.14 = .43 +LINUX_VERSION-4.9 = .166 +LINUX_VERSION-4.14 = .108 -LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240 -LINUX_KERNEL_HASH-4.4.121 = 44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729 -LINUX_KERNEL_HASH-4.9.102 = d155a36ba52d5809805cd370902582ac373c5b23a958c6424325684447119dc5 -LINUX_KERNEL_HASH-4.14.43 = 133fc0f8f9ea04006c255a052704e8eb95a021fc799dd27f98fcfcace59e714a +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)))))))