From 661a87a4516edb52ed91681967d34db5b3eb5e48 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Mar 2015 07:50:12 +0100 Subject: update to 3.18.10, sync rpi patch Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without. --- mk/build.mk | 2 +- mk/kernel-ver.mk | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/build.mk b/mk/build.mk index 2d88f6061..96740e3e8 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -104,7 +104,7 @@ POSTCONFIG= -@\ rebuild=1;\ fi; \ done; \ - for i in ADK_KERNEL_BCM2708_DT ADK_KERNEL_BCM2709_DT ADK_TARGET_GPU_MEM ADK_KERNEL_SND_BCM2708;do \ + for i in ADK_TARGET_GPU_MEM ADK_KERNEL_SND_BCM2708;do \ if [ "$$(grep ^$$i .config|md5sum)" != "$$(grep ^$$i .config.old|md5sum)" ];then \ touch .rebuild.bcm28xx-bootloader;\ rebuild=1;\ diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 42efb22e5..757fe9f33 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_HASH:= 717f36a65735bdd7afcb452578cc221c7fde8f6a0073e2feb62473466bdfa763 endif -ifeq ($(ADK_KERNEL_VERSION_3_18_9),y) -KERNEL_VERSION:= 3.18.9 +ifeq ($(ADK_KERNEL_VERSION_3_18_10),y) +KERNEL_VERSION:= 3.18.10 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= b1b7719a4bad027f2efc8477a19c6625d51d127640e3373fcd03b41334319501 +KERNEL_HASH:= d03015f01235ae046d9d39c0a70ad21a7a97fec0620741ea2d8306289707b04e endif ifeq ($(ADK_KERNEL_VERSION_3_14_35),y) KERNEL_VERSION:= 3.14.35 -- cgit v1.2.3