X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=ab422fff28e94ba7379268613729ea7f873563b9;hp=8655e4904b88292fafd742ff687d792171015f85;hb=60ff8bf512d5b678754aed6aa5916aad950fdb89;hpb=8eb7cf0cd7ada5b64ebb23f41d0559204fb50dad;ds=sidebyside diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 8655e4904b..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 = .177 -LINUX_VERSION-4.14 = .120 -LINUX_VERSION-4.19 = .44 +LINUX_VERSION-4.14 = .148 -LINUX_KERNEL_HASH-4.9.177 = c73b1e3ebcc35b653f7b673ca151fc67b814bdb27269799fa7cda251827887ee -LINUX_KERNEL_HASH-4.14.120 = ddb8e86cf65e6f53f782bc46f026823b6b3fc472aa1385b601f22dce2dbccb4c -LINUX_KERNEL_HASH-4.19.44 = 707642e993775618a5afa039b1058fa49f1c0faada46e8cdcb976241bca6b288 +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)))))))