diff options
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r-- | mk/kernel-ver.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 08897c669..2f53de11a 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,20 +1,20 @@ -ifeq ($(ADK_KERNEL_VERSION_3_16_4),y) -KERNEL_VERSION:= 3.16.4 +ifeq ($(ADK_KERNEL_VERSION_3_17_5),y) +KERNEL_VERSION:= 3.17.5 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 33594ef9526373afb193761d8fc6ba43 +KERNEL_MD5SUM:= 1aceebd5cce9427307b6a84c6b4a40d7 endif -ifeq ($(ADK_KERNEL_VERSION_3_14_17),y) -KERNEL_VERSION:= 3.14.17 +ifeq ($(ADK_KERNEL_VERSION_3_14_26),y) +KERNEL_VERSION:= 3.14.26 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 44668489163952357678bab42e38e184 +KERNEL_MD5SUM:= 9a91a9c507c9efb68c7075e151c30fa7 endif -ifeq ($(ADK_KERNEL_VERSION_3_12_27),y) -KERNEL_VERSION:= 3.12.27 +ifeq ($(ADK_KERNEL_VERSION_3_12_33),y) +KERNEL_VERSION:= 3.12.33 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 02801cc33702ff165c2cd6d0fcf3df34 +KERNEL_MD5SUM:= 7048cce0d24f784595b96f9d1e14a6ba endif ifeq ($(ADK_KERNEL_VERSION_3_10_53),y) KERNEL_VERSION:= 3.10.53 |