X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=11df16e9f5e98cdd1b4fb5950da44346f493100b;hb=f7d7a3a18b1f1d1fdcf5b05f4ab1af6b8fc2ce1e;hp=90a548fa4be80f032010b4d35278179461c864db;hpb=414b7c107aaa0e037b3f352e0650bbc429db41a7;p=openwrt%2Fopenwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 90a548fa4b..11df16e9f5 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 = .202 -LINUX_VERSION-4.14 = .156 -LINUX_VERSION-4.19 = .85 +LINUX_VERSION-5.4 = .81 -LINUX_KERNEL_HASH-4.9.202 = 8108ec1cd10fc40821c84e9f087dba10b1767aad66596f4a36925faef55e4ebf -LINUX_KERNEL_HASH-4.14.156 = f8889feb0cbd7df36ff35bd4c72c1e2010567621bfcb218fcfa501bc5c7787c0 -LINUX_KERNEL_HASH-4.19.85 = 7bf435970aeeafd46263f49730087a61c4858d8b8fc5a4002ceac971b45f4fb7 +LINUX_KERNEL_HASH-5.4.81 = 9470bde475726996202d845a5fc3bc8bd3bb546bbc6816fb663fa73df25d8427 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))