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"