X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fkernel-version.mk;h=a37edf29d55ac3b8bea6d5d334d0effe30d8b7d4;hb=b3568b10c227e933f11b620e43a7a21f5019bf78;hp=dec2412be644e4e650b924506afd52c7a3122baf;hpb=6e2ae90f4ab5f90459da923069ed31dc6503918f;p=openwrt%2Fopenwrt.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index dec2412be6..a37edf29d5 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -29,11 +29,14 @@ endif ifeq ($(LINUX_VERSION),2.6.39.4) LINUX_KERNEL_MD5SUM:=a17c748c2070168f1e784e9605ca043d endif -ifeq ($(LINUX_VERSION),3.0.12) - LINUX_KERNEL_MD5SUM:=aa5d56ddc2ef01a61759ceeb0f6b8308 +ifeq ($(LINUX_VERSION),3.0.18) + LINUX_KERNEL_MD5SUM:=67252770d7009eabe8bac7c26e074f9d endif -ifeq ($(LINUX_VERSION),3.1.1) - LINUX_KERNEL_MD5SUM:=4db653798a325f759b8cf49a1b5e6011 +ifeq ($(LINUX_VERSION),3.1.10) + LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a +endif +ifeq ($(LINUX_VERSION),3.2.2) + LINUX_KERNEL_MD5SUM:=c0303125c8eda431b10084eece7564e3 endif # disable the md5sum check for unknown kernel versions