X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=include%2Fkernel-version.mk;h=0a58a4529a92eb1a852a9b035a67e5e9bc31808e;hp=1be48e7551b5d2203e4ae851a60b28ca47999a5a;hb=c6fe325587b1955f84c339a2ae17da28dc4e6bec;hpb=9a59b350b7587eae4bcf6091b4dc86a4ee92bcf6 diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 1be48e7551..0a58a4529a 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -2,11 +2,13 @@ LINUX_RELEASE?=1 -LINUX_VERSION-3.18 = .16 -LINUX_VERSION-4.0 = .4 +LINUX_VERSION-3.18 = .43 +LINUX_VERSION-4.4 = .61 +LINUX_VERSION-4.9 = .20 -LINUX_KERNEL_MD5SUM-3.18.16 = 3b0e66fdf47b0660521d79b881eabf04 -LINUX_KERNEL_MD5SUM-4.0.4 = 71d8b666438e6b59f103e9384889c15a +LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c +LINUX_KERNEL_HASH-4.4.61 = 30dee7164615ad8184eba4ea6f4906b3ceb2fe462a8a4a929c8e9aab8d4a31da +LINUX_KERNEL_HASH-4.9.20 = 48660806dd32fb8dcbcf5932291bf6cc7d29240070372230871e0f56fea81341 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) @@ -19,5 +21,5 @@ KERNEL=$(call merge_version,$(wordlist 1,2,$(call split_version,$(KERNEL_BASE))) KERNEL_PATCHVER ?= $(KERNEL) # disable the md5sum check for unknown kernel versions -LINUX_KERNEL_MD5SUM:=$(LINUX_KERNEL_MD5SUM-$(strip $(LINUX_VERSION))) -LINUX_KERNEL_MD5SUM?=x +LINUX_KERNEL_HASH:=$(LINUX_KERNEL_HASH-$(strip $(LINUX_VERSION))) +LINUX_KERNEL_HASH?=x