add a macro to compare kernel patch versions and use it for crypto and watchdog chang...
[openwrt.git] / include / kernel-version.mk
index b3aaf00..f438106 100644 (file)
@@ -22,8 +22,11 @@ endif
 ifeq ($(LINUX_VERSION),2.6.23.16)
   LINUX_KERNEL_MD5SUM:=2637a7f1d4450bc5e27422f307fc6529
 endif
-ifeq ($(LINUX_VERSION),2.6.24.2)
-  LINUX_KERNEL_MD5SUM:=dd573a2fae55624ed92fa49c17583964
+ifeq ($(LINUX_VERSION),2.6.24.5)
+  LINUX_KERNEL_MD5SUM:=26500f8f92895bd33e391088b5edd4ad
+endif
+ifeq ($(LINUX_VERSION),2.6.25.1)
+  LINUX_KERNEL_MD5SUM:=0d26fcafa00dc5cf27d4bf01301409a0
 endif
 
 # disable the md5sum check for unknown kernel versions
This page took 0.021138 seconds and 4 git commands to generate.