X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=b9f53a7366f4658a9df09a04791be0b3820cc62c;hp=5d7144232b46903b7b63999367cd28782ea55e15;hb=4398a3506786715f3b8532714a840d2a212c0fac;hpb=c26420b9145759ca99aceef0510ab8b725867c7e diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 5d7144232b..b9f53a7366 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,13 +6,9 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-4.9 = .180 -LINUX_VERSION-4.14 = .126 -LINUX_VERSION-4.19 = .48 +LINUX_VERSION-4.14 = .231 -LINUX_KERNEL_HASH-4.9.180 = d25a490d62a3e96a587333e163862585eac4086fc8d4893b4ec1711e7d387c5f -LINUX_KERNEL_HASH-4.14.126 = 6a2e89504d8560b132ab743a0206ffce026bff2697b705819421c5f125633970 -LINUX_KERNEL_HASH-4.19.48 = 01d0db4f10cc8e384241a605e29413e32c442aa6853c116877538b07c16893fa +LINUX_KERNEL_HASH-4.14.231 = 573b79adee3490a8dd82f663bb187218288c99cd2613fd9f69edf915f91e6682 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))