From 24aafc936fe96583fe8f1029fa5258500961e4f6 Mon Sep 17 00:00:00 2001 From: cvh Date: Fri, 27 Apr 2018 10:38:46 +0200 Subject: [PATCH] remove mkimage dependency for WC & WP --- projects/WeTek_Core/options | 3 --- projects/WeTek_Play/options | 3 --- 2 files changed, 6 deletions(-) diff --git a/projects/WeTek_Core/options b/projects/WeTek_Core/options index e1444b733c..829bf2ddc4 100644 --- a/projects/WeTek_Core/options +++ b/projects/WeTek_Core/options @@ -134,9 +134,6 @@ # build with installer (yes / no) INSTALLER_SUPPORT="no" - # extra build dependeices - EXTRA_DEPS="mkimage" - # kernel image name KERNEL_NAME="kernel.img" diff --git a/projects/WeTek_Play/options b/projects/WeTek_Play/options index 49c64b3b29..6434f24cbe 100644 --- a/projects/WeTek_Play/options +++ b/projects/WeTek_Play/options @@ -131,8 +131,5 @@ # build with installer (yes / no) INSTALLER_SUPPORT="no" - # extra build dependeices - EXTRA_DEPS="mkimage" - # kernel image name KERNEL_NAME="kernel.img"