[include/kernel-defaults.mk] enable verbose output of kernel build if V=99 is passed
[openwrt/svn-archive/archive.git] / include / kernel-version.mk
index 66aca0dfeb28b496c8d7a36bf9626da889dcc12c..cb8691a40ea0aba2924568acaba961ac9bcdaacd 100644 (file)
@@ -35,8 +35,11 @@ endif
 ifeq ($(LINUX_VERSION),3.1.10)
   LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a
 endif
-ifeq ($(LINUX_VERSION),3.2.5)
-  LINUX_KERNEL_MD5SUM:=17c180eaa524101ca1c675bd675eca37
+ifeq ($(LINUX_VERSION),3.2.16)
+  LINUX_KERNEL_MD5SUM:=246e6bd28ea44c90ec66c7f8b56e4803
+endif
+ifeq ($(LINUX_VERSION),3.3.3)
+  LINUX_KERNEL_MD5SUM:=a6897310b4785b5f912c567cdc93402e
 endif
 
 # disable the md5sum check for unknown kernel versions