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 8b66ee033..55c282233 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= ce49828adecf8908eb3a9ffc5b860d44 endif -ifeq ($(ADK_KERNEL_VERSION_3_14_22),y) -KERNEL_VERSION:= 3.14.22 +ifeq ($(ADK_KERNEL_VERSION_3_14_26),y) +KERNEL_VERSION:= 3.14.26 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= cb00fadd0a720cc2d1690792e72e0134 +KERNEL_MD5SUM:= 9a91a9c507c9efb68c7075e151c30fa7 endif ifeq ($(ADK_KERNEL_VERSION_3_12_33),y) KERNEL_VERSION:= 3.12.33 |