Fix typo in GNU Make prereq check
[openwrt/staging/chunkeey.git] / include / kernel-version.mk
index f2e39c0a839a1ab2d066592f58fccaa2b1e28d33..da8534fd9782a658282453d52957eeec542b8258 100644 (file)
@@ -35,8 +35,11 @@ endif
 ifeq ($(LINUX_VERSION),3.1.10)
   LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a
 endif
-ifeq ($(LINUX_VERSION),3.2.12)
-  LINUX_KERNEL_MD5SUM:=e3dd3772f0cf14d444a3fb474bd624fe
+ifeq ($(LINUX_VERSION),3.2.13)
+  LINUX_KERNEL_MD5SUM:=1966afd4474000e48fb1e22a5991882e
+endif
+ifeq ($(LINUX_VERSION),3.3)
+  LINUX_KERNEL_MD5SUM:=98a6cdd7d082b7ea72df9c89842bac74
 endif
 
 # disable the md5sum check for unknown kernel versions