cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet performance
[lede.git] / include / kernel-version.mk
index 062bfb495ed1d2b405a5b1ef7e553e18aa3bf1fe..73ed2f2c491edf2678ec297b12b13dd1b55821d9 100644 (file)
@@ -8,8 +8,11 @@ endif
 ifeq ($(LINUX_VERSION),3.6.11)
   LINUX_KERNEL_MD5SUM:=3d602ad7f7984509c3e923a5ae90bc54
 endif
-ifeq ($(LINUX_VERSION),3.7.8)
-  LINUX_KERNEL_MD5SUM:=4bc40d18bf90f25d5463cfb9442876af
+ifeq ($(LINUX_VERSION),3.7.10)
+  LINUX_KERNEL_MD5SUM:=09624c3702107076efcac5e1cd8a18ec
+endif
+ifeq ($(LINUX_VERSION),3.8.2)
+  LINUX_KERNEL_MD5SUM:=0587d693653dc5e67e3d280278100d1d
 endif
 
 # disable the md5sum check for unknown kernel versions