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 55c282233..2f53de11a 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,8 +1,8 @@ -ifeq ($(ADK_KERNEL_VERSION_3_17_4),y) -KERNEL_VERSION:= 3.17.4 +ifeq ($(ADK_KERNEL_VERSION_3_17_5),y) +KERNEL_VERSION:= 3.17.5 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= ce49828adecf8908eb3a9ffc5b860d44 +KERNEL_MD5SUM:= 1aceebd5cce9427307b6a84c6b4a40d7 endif ifeq ($(ADK_KERNEL_VERSION_3_14_26),y) KERNEL_VERSION:= 3.14.26 |