diff options
Diffstat (limited to 'mk/kernel-ver.mk')
-rw-r--r-- | mk/kernel-ver.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 08897c669..7af4cf028 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,14 +1,14 @@ -ifeq ($(ADK_KERNEL_VERSION_3_16_4),y) -KERNEL_VERSION:= 3.16.4 +ifeq ($(ADK_KERNEL_VERSION_3_16_6),y) +KERNEL_VERSION:= 3.16.6 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 33594ef9526373afb193761d8fc6ba43 +KERNEL_MD5SUM:= 2edc96a1272b04d58245707eb12b4902 endif -ifeq ($(ADK_KERNEL_VERSION_3_14_17),y) -KERNEL_VERSION:= 3.14.17 +ifeq ($(ADK_KERNEL_VERSION_3_14_22),y) +KERNEL_VERSION:= 3.14.22 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 44668489163952357678bab42e38e184 +KERNEL_MD5SUM:= cb00fadd0a720cc2d1690792e72e0134 endif ifeq ($(ADK_KERNEL_VERSION_3_12_27),y) KERNEL_VERSION:= 3.12.27 |