X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/77ec3b2de9bb1880b258ec6aaf4949f146f6fd8d..1b760ca1fcb6b9d48e4254637989b3dca356c7db:/include/kernel-version.mk?ds=sidebyside diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f2e39c0a8..da8534fd9 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -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