kernel: add md5sum of kernel
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2011 14:54:37 +0000 (14:54 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2011 14:54:37 +0000 (14:54 +0000)
This was missing in r26441

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26442 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk

index ae82a5d..4f204ac 100644 (file)
@@ -20,8 +20,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.36.4)
   LINUX_KERNEL_MD5SUM:=c05dd941d0e249695e9f72568888e1bf
 endif
-ifeq ($(LINUX_VERSION),2.6.37.4)
-  LINUX_KERNEL_MD5SUM:=1d2dc321017a8dde09b779b4d8233273
+ifeq ($(LINUX_VERSION),2.6.37.6)
+  LINUX_KERNEL_MD5SUM:=05970afdce8ec4323a10dcd42bc4fb0c
 endif
 ifeq ($(LINUX_VERSION),2.6.38.2)
   LINUX_KERNEL_MD5SUM:=5e9d0edae15053ea9acd932e6d162d03
This page took 0.030455 seconds and 4 git commands to generate.