diff options
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r-- | mk/kernel-ver.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index aac5c7180..ff1fc0cc4 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -8,8 +8,8 @@ KERNEL_VERSION:= 3.0.9 KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 71992fa4dfc289a959f9ce266d08d77b endif -ifeq ($(ADK_KERNEL_VERSION_3_1_4),y) -KERNEL_VERSION:= 3.1.4 +ifeq ($(ADK_KERNEL_VERSION_3_1_5),y) +KERNEL_VERSION:= 3.1.5 KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 52643e5a013d450ad69627c3cac490cb +KERNEL_MD5SUM:= 20cc2ecedbd996c223db61f249afbe3e endif |