X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=6b469051fe93ec8c5641aea7bde103cab177dbd1;hb=4e0c54bc5bc8381e031af5147b66b4dadeecc626;hp=07d5efe8bbe1911aa798ab851d0c272f4ab124a9;hpb=ac050025a50a675e1cc91c19635fe6a00a6ecbe7;p=oweals%2Fopenwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 07d5efe8bb..6b469051fe 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,11 +6,13 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-4.14 = .166 -LINUX_VERSION-4.19 = .96 +LINUX_VERSION-4.14 = .171 +LINUX_VERSION-4.19 = .106 +LINUX_VERSION-5.4 = .22 -LINUX_KERNEL_HASH-4.14.166 = 8bb2bf811a2092933a2386a4e679cd0c88de979c10fbb463d8142add4e577c00 -LINUX_KERNEL_HASH-4.19.96 = 23c1d1d5ba7bc14f9850e5ce78006712fe6c65dedcf67d3c99cec9c16a631d4d +LINUX_KERNEL_HASH-4.14.171 = 4fe02489e4b4a187eccf0ef87df6100534c9d485e76d876b1fa247c7635332a0 +LINUX_KERNEL_HASH-4.19.106 = 63c8bd76a9b282e18112f8ff9e3fd41e3d1df9f9b7248ea1a370b05a827e9cda +LINUX_KERNEL_HASH-5.4.22 = 661bcb8d7e390dcc28e53795485e648f2bdc9b697b731459cc2bcc9ceb4a7d1a remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))