diff options
-rw-r--r-- | mk/kernel-ver.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index e7c4737f2..731017a9f 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -26,7 +26,7 @@ ifeq ($(ADK_KERNEL_VERSION_3_2_12),y) KERNEL_VERSION:= 3.2.12 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 9c9ab852e069fef357e2a29a98cf03e7 +KERNEL_MD5SUM:= e3dd3772f0cf14d444a3fb474bd624fe endif ifeq ($(ADK_KERNEL_VERSION_3_3),y) KERNEL_VERSION:= 3.3 |