X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=d06e41944fa50dcda3824de09c5501bf6f5e413f;hb=61bccd5e214e6cbaf96e15ff95509b7214554efe;hp=508cf9934a5c72d0f4ae75d9e41b05067b4c281a;hpb=6db7ad74f61eeaae0c8ecb08d483599d9d80c53f;p=openwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 508cf9934a..d06e41944f 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -1,25 +1,40 @@ # Use the default kernel version if the Makefile doesn't override it ifeq ($(KERNEL),2.4) - LINUX_VERSION?=2.4.34 + LINUX_VERSION?=2.4.35.4 else - LINUX_VERSION?=2.6.21.5 + LINUX_VERSION?=2.6.21.7 endif LINUX_RELEASE?=1 ifeq ($(LINUX_VERSION),2.4.34) LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55 endif -ifeq ($(LINUX_VERSION),2.6.22.4) - LINUX_KERNEL_MD5SUM:=6cf83acf21e65dcea4a5170c0bbc7125 +ifeq ($(LINUX_VERSION),2.4.35.4) + LINUX_KERNEL_MD5SUM:=34066faff3d8c042df1c7600b08b8070 endif -ifeq ($(LINUX_VERSION),2.6.21.5) - LINUX_KERNEL_MD5SUM:=2e9a302b5d514b231640227d6a2ab7bf +ifeq ($(LINUX_VERSION),2.6.21.7) + LINUX_KERNEL_MD5SUM:=bc15fad1487336d5dcb0945cd039d8ed +endif +ifeq ($(LINUX_VERSION),2.6.22.19) + LINUX_KERNEL_MD5SUM:=4db27facb78aeb79d06e6ae6bf0ac0b6 +endif +ifeq ($(LINUX_VERSION),2.6.23.17) + LINUX_KERNEL_MD5SUM:=a0300a393ac91ce9c64bf31522b45e2e +endif +ifeq ($(LINUX_VERSION),2.6.24.7) + LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4 +endif +ifeq ($(LINUX_VERSION),2.6.25.12) + LINUX_KERNEL_MD5SUM:=7c413ecf94a84776aaec6ada5694318c +endif +ifeq ($(LINUX_VERSION),2.6.26) + LINUX_KERNEL_MD5SUM:=5169d01c405bc3f866c59338e217968c endif # disable the md5sum check for unknown kernel versions LINUX_KERNEL_MD5SUM?=x KERNEL?=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION)))) -KERNEL_PATCHVER=$(shell echo $(LINUX_VERSION) | cut -d. -f1,2,3 | cut -d- -f1) +KERNEL_PATCHVER=$(shell echo '$(LINUX_VERSION)' | cut -d. -f1,2,3 | cut -d- -f1)