diff options
Diffstat (limited to '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 dacc83f80..15f893ca3 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,6 +1,6 @@ -ifeq ($(ADK_KERNEL_VERSION_3_16_0),y) -KERNEL_VERSION:= 3.16 -KERNEL_MOD_VERSION:= 3.16.0 +ifeq ($(ADK_KERNEL_VERSION_3_16_1),y) +KERNEL_VERSION:= 3.16.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 5c569ed649a0c9711879f333e90c5386 endif |