aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-01-13 14:55:07 +0000
committerJonas Gorski <jogo@openwrt.org>2012-01-13 14:55:07 +0000
commit1bc0abb058e09fd7214507dd4a095658a4b8d122 (patch)
tree82c35f5f43253e1a2ff9c2ff1318fac1c86e57df /include
parent50d4c0e31a6706f28b3c69cd24bcf0c205223e16 (diff)
downloadupstream-1bc0abb058e09fd7214507dd4a095658a4b8d122.tar.gz
upstream-1bc0abb058e09fd7214507dd4a095658a4b8d122.tar.bz2
upstream-1bc0abb058e09fd7214507dd4a095658a4b8d122.zip
kernel: add support for linux 3.2.1
SVN-Revision: 29730
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 0047f64f89..e66653f0d2 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -35,6 +35,9 @@ endif
ifeq ($(LINUX_VERSION),3.1.9)
LINUX_KERNEL_MD5SUM:=4e387a49cde20805955c905bc8c311e0
endif
+ifeq ($(LINUX_VERSION),3.2.1)
+ LINUX_KERNEL_MD5SUM:=090eb3dae0f520f7770f85193e931ad3
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x