diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 93353b6fb8..778e531e12 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -35,8 +35,8 @@ endif ifeq ($(LINUX_VERSION),3.1.10) LINUX_KERNEL_MD5SUM:=3649bdaa50ffd9114cc16486ec54d83a endif -ifeq ($(LINUX_VERSION),3.2.14) - LINUX_KERNEL_MD5SUM:=961da0dc037181a4a5059f763b70eabd +ifeq ($(LINUX_VERSION),3.2.15) + LINUX_KERNEL_MD5SUM:=15174563c4ccfc17953831611bee4002 endif ifeq ($(LINUX_VERSION),3.3.1) LINUX_KERNEL_MD5SUM:=ded7229c02a53cd071e541f73b9ef547 |