diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-13 01:20:31 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-13 01:20:40 -0600 |
commit | 35ab321546a680f5851521fd1b6eb7f1aa7ded54 (patch) | |
tree | 66f56b991a24d28aa3e76c60ad098ee3a49f9194 /mk | |
parent | e84ec4eea8783147c9b954adc608cd7893513b7b (diff) |
bump to 3.17.5
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 |