Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should only...
[openwrt.git] / include / kernel-version.mk
index aba715f..52eef9d 100644 (file)
@@ -25,8 +25,11 @@ endif
 ifeq ($(LINUX_VERSION),2.6.24.7)
   LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4
 endif
-ifeq ($(LINUX_VERSION),2.6.25.4)
-  LINUX_KERNEL_MD5SUM:=c2ec5007ee62e1b1ab05a1ca9155ebd3
+ifeq ($(LINUX_VERSION),2.6.25.15)
+  LINUX_KERNEL_MD5SUM:=13ed94f02fc2a11615e3332e1cdf50e7
+endif
+ifeq ($(LINUX_VERSION),2.6.26.2)
+  LINUX_KERNEL_MD5SUM:=82472622bd26bed0054790ec3e60ee00
 endif
 
 # disable the md5sum check for unknown kernel versions
This page took 0.020548 seconds and 4 git commands to generate.