X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d5434378fcb343964a8f803a53054c2ad1241b2e..6c0e4e5864ce8edbbb1b64061997ca93894ee8ca:/include/kernel-version.mk diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 5f05cf862..2e8966547 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,17 @@ endif ifeq ($(LINUX_VERSION),2.6.31.12) LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de endif -ifeq ($(LINUX_VERSION),2.6.32.8) - LINUX_KERNEL_MD5SUM:=82023ede52f067fcc55c5e70b02e48ae +ifeq ($(LINUX_VERSION),2.6.32.14) + LINUX_KERNEL_MD5SUM:=b13dc3ce727039597163cb4bce4cbdbb +endif +ifeq ($(LINUX_VERSION),2.6.33.4) + LINUX_KERNEL_MD5SUM:=f75d21e5c60f18adf0e99d61c243f964 +endif +ifeq ($(LINUX_VERSION),2.6.34) + LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad +endif +ifeq ($(LINUX_VERSION),2.6.35-rc2) + LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929 endif # disable the md5sum check for unknown kernel versions