diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 11:42:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 11:42:07 +0200 |
commit | 83c6d3596fa733b2f2f9aef83246beae8e97d168 (patch) | |
tree | eefdb4934fcc718a170b596544ad465191630351 /mk | |
parent | 41e1c1543570f5f96f9c47696caf1d58fcc8c9de (diff) | |
parent | 0f1fb71b374c9af0bafb373c2135dd5829e5f132 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 957465ee3..d4587aa7d 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -16,9 +16,9 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= edbf88eb7f7d34dbd5d3887726790755 endif -ifeq ($(ADK_KERNEL_VERSION_3_4_60),y) -KERNEL_VERSION:= 3.4.60 +ifeq ($(ADK_KERNEL_VERSION_3_4_65),y) +KERNEL_VERSION:= 3.4.65 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 6173c731d43939c133d0c575e6e0735e +KERNEL_MD5SUM:= c1d4cbf921a74e0234006d6cd9a3ac2b endif |