From d5ca856aa5e2db0d6461200dc3bf9f2b2dc63b48 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 11 Jul 2016 22:47:23 +0200 Subject: rework kernel patches for rpi/imx6 Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig. --- target/arm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/arm/Makefile') diff --git a/target/arm/Makefile b/target/arm/Makefile index 2f937c8ab..515dbf90f 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -123,9 +123,9 @@ endif endif kernel-strip: -ifeq ($(ADK_TARGET_BOARD_BCM28XX),y) +ifeq ($(ADK_TARGET_KERNEL_VERSION_RPI),y) @echo adding DT trailer to kernel $(MAKE_TRACE) - PATH='$(HOST_PATH)' perl $(ADK_TOPDIR)/scripts/mkknlimg $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) + PATH='$(HOST_PATH)' perl $(LINUX_DIR)/scripts/mkknlimg $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) else @cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) endif -- cgit v1.2.3