X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=b84263992246b1013a54bd84b9658e478c565031;hp=4365bee05c4f648056fa60738ec131017d0dba29;hb=151d806c7898bf5a7fb69910c82bf06522955725;hpb=9c42391c0d7418fc604152b2c552a1b9d964a3fc diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4365bee05c..b842639922 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 = .77 +LINUX_VERSION-3.18 = .136 +LINUX_VERSION-4.9 = .160 +LINUX_VERSION-4.14 = .102 +LINUX_VERSION-4.19 = .24 -LINUX_KERNEL_HASH-3.18.124 = 25d2a5abd627534a1e51d028890c184aad8e628c345c5fe0cc0f9d7c31b7a5a3 -LINUX_KERNEL_HASH-4.9.135 = e023b0bbe9ea7fc56aa57210342dd18ea3e0900ee207226df1523c6d7df154ce -LINUX_KERNEL_HASH-4.14.77 = 0496f4e194cadbe23f27e6f4b9c3cd264448983780b73b30f7f05c92273fa6f8 +LINUX_KERNEL_HASH-3.18.136 = 48c8775013d23229462134f911bbb14c7935096fcccfb19ce28ecd5f7154f35c +LINUX_KERNEL_HASH-4.9.160 = c09af067af62d299f5e33c279968de58c88fb7c59bd05e8f3bb460f611f60515 +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)))))))