X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=82e7f150aab6eda914c29a9ee54f009a5a3d6f33;hp=c1f859e4a2f0b1dd1d3846fd2279c58e2e0ca687;hb=f61359e16ef911a8fc01e7028942d9cad0bd8a96;hpb=17e90d88e2e1973055f793033753960c9384c17d diff --git a/include/kernel-version.mk b/include/kernel-version.mk index c1f859e4a2..82e7f150aa 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,13 +2,15 @@ LINUX_RELEASE?=1 -LINUX_VERSION-4.9 = .128 -LINUX_VERSION-4.14 = .71 -LINUX_VERSION-3.18 = .123 +LINUX_VERSION-3.18 = .136 +LINUX_VERSION-4.9 = .162 +LINUX_VERSION-4.14 = .105 +LINUX_VERSION-4.19 = .25 -LINUX_KERNEL_HASH-4.9.128 = bdb76f48491a6aadc89c0f0f7fdc240d77cee54da5aac59da0b5d98e226b6f12 -LINUX_KERNEL_HASH-4.14.71 = 76a4473dbcbd922c23a16130414829a36eb7e2f4e5859bd1b742fffdff907489 -LINUX_KERNEL_HASH-3.18.123 = c10de32c9b31fb619b016a00d77afc394db5a4542e258e927f06a5ead86f8c64 +LINUX_KERNEL_HASH-3.18.136 = 48c8775013d23229462134f911bbb14c7935096fcccfb19ce28ecd5f7154f35c +LINUX_KERNEL_HASH-4.9.162 = b946f44edcc4e1b1ccf51ce17dd8f494556555b31b0663bbaabfad99100dacd5 +LINUX_KERNEL_HASH-4.14.105 = 398bdb98b4e4d0ad0e60f4fa530f3f8451ef8dafdf512b7754aa29953263f6e9 +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)))))))