X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=ab422fff28e94ba7379268613729ea7f873563b9;hp=008af2c1bb18041661a3ed3fee23179c9010b634;hb=60ff8bf512d5b678754aed6aa5916aad950fdb89;hpb=66d1c29655a418cc4e83397db66bc90ee31ae8f4 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 008af2c1bb..ab422fff28 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 = .123 -LINUX_VERSION-4.19 = .48 +LINUX_VERSION-4.14 = .148 -LINUX_KERNEL_HASH-4.9.180 = d25a490d62a3e96a587333e163862585eac4086fc8d4893b4ec1711e7d387c5f -LINUX_KERNEL_HASH-4.14.123 = 25f58cb56bde388ac9bcee984f5f2d0ca094b0a8af6b92ad1f5b2fd0e6725b85 -LINUX_KERNEL_HASH-4.19.48 = 01d0db4f10cc8e384241a605e29413e32c442aa6853c116877538b07c16893fa +LINUX_KERNEL_HASH-4.14.148 = 12d2b74003e13a6c1956064754255249fbe5c7af6cbdfb2ddeba45b5ed7c0fad remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))