kernel: add md5sum of kernel 2.6.37
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Jan 2011 13:10:35 +0000 (13:10 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 8 Jan 2011 13:10:35 +0000 (13:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24931 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk

index 24a9bb3..3b91203 100644 (file)
@@ -20,6 +20,9 @@ endif
 ifeq ($(LINUX_VERSION),2.6.36.2)
   LINUX_KERNEL_MD5SUM:=d465f8ba05bf1b7530c596f1cca658e7
 endif
+ifeq ($(LINUX_VERSION),2.6.37)
+  LINUX_KERNEL_MD5SUM:=c8ee37b4fdccdb651e0603d35350b434
+endif
 
 # disable the md5sum check for unknown kernel versions
 LINUX_KERNEL_MD5SUM?=x
This page took 0.027323 seconds and 4 git commands to generate.