X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=868ea38c1eb75f35a133258e4b9797a9cbca96aa;hp=81221410f4938e136f8c42b0ee3495136ead64f1;hb=d9ab3240a5f3767459a50b69708085a790128907;hpb=6b4ba118ac1ba1318182eb3a22864e86165f0b09 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 81221410f4..868ea38c1e 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,13 +2,15 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .119 -LINUX_VERSION-4.9 = .123 -LINUX_VERSION-4.14 = .66 +LINUX_VERSION-3.18 = .135 +LINUX_VERSION-4.9 = .159 +LINUX_VERSION-4.14 = .102 +LINUX_VERSION-4.19 = .24 -LINUX_KERNEL_HASH-3.18.119 = 2bab623ed868b679eac224f62212cc285264061bedf1e32897f72e35aa26160d -LINUX_KERNEL_HASH-4.9.123 = 8d12ceab9f8cbfd0555c881b35ed4384cf3ea8e223d894c030b04786005e5071 -LINUX_KERNEL_HASH-4.14.66 = a38061ca4c864d11a72beb3dc5918a99f13372fe9ee35508d004fdfabd460413 +LINUX_KERNEL_HASH-3.18.135 = d1853eb6e5438abb0b54d11478c0792554e39325d37a3f04b68f6c151ed8f8eb +LINUX_KERNEL_HASH-4.9.159 = 9f9df13168a090d12314e2e8dac040e71ce3f2ed89eafbece2b14dabb6771742 +LINUX_KERNEL_HASH-4.14.102 = d8a982cfa2804edc2ae9d20792ab0e3897f3976ced5632f2392c2e1918562501 +LINUX_KERNEL_HASH-4.19.24 = 3bb1885fabd874b469a8ea19571c5a4ad5b6faa3cca1662137c57b40fcbf8e04 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))