Revert "iproute2: tc: enable and fix support for using .so plugins"
[openwrt/staging/lynxis.git] / include / kernel-version.mk
index c4127028c9d3d8f7273de10b9e7eb38af6a1e8b1..9c0d8f1a0c73640d05055f256c47c6ed04926555 100644 (file)
@@ -3,14 +3,14 @@
 LINUX_RELEASE?=1
 
 LINUX_VERSION-3.18 = .134
-LINUX_VERSION-4.9 = .154
-LINUX_VERSION-4.14 = .97
-LINUX_VERSION-4.19 = .19
+LINUX_VERSION-4.9 = .158
+LINUX_VERSION-4.14 = .101
+LINUX_VERSION-4.19 = .23
 
 LINUX_KERNEL_HASH-3.18.134 = 36bdd04cab3b6c824a4b7e32ae02503f437e0916d5a4ff04c90aa22da2749c2f
-LINUX_KERNEL_HASH-4.9.154 = 5b314f1ac16f78e10acea0053f0c758e696b28f80272064e0a06bc69dc9d5696
-LINUX_KERNEL_HASH-4.14.97 = 8dd2c831ddabfc6241ddca946e600376785fd6f225a24655bc36a0c6b4e945f4
-LINUX_KERNEL_HASH-4.19.19 = 99afcaf670479d696eb039e8e0a074988a44d5bd159a9cda5bff214e824669bd
+LINUX_KERNEL_HASH-4.9.158 = 8c8a69f590e6f1103c949b45ff1bfd42c705388321f75e1520be3556f81375ef
+LINUX_KERNEL_HASH-4.14.101 = 142ff7c51b001c66e9be134fcec2722f9a47b89879a18e6f65b09b4585cdb69a
+LINUX_KERNEL_HASH-4.19.23 = 2d9b25678aac7f3f109c52e6266fb6ee89cc424b597518a2875874bacb8f130a
 
 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
 sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))