diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 4dbdd35d78..24cf8184b3 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -37,7 +37,7 @@ case "$LINUX" in PKG_SHA256="df34b086993fd3552efae92d84d28990a61a1ca79a8703a4b64241ab80e3b6db" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz" PKG_SOURCE_DIR="linux-amlogic-$PKG_VERSION" - PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET aml-dtbtools:host" + PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET aml-dtbtools:host u-boot-tools-aml:host" PKG_BUILD_PERF="no" ;; amlogic-3.14) diff --git a/projects/Amlogic/packages/u-boot-tools-aml/config/fw_env.config b/packages/tools/u-boot-tools-aml/config/fw_env.config similarity index 100% rename from projects/Amlogic/packages/u-boot-tools-aml/config/fw_env.config rename to packages/tools/u-boot-tools-aml/config/fw_env.config diff --git a/projects/Amlogic/packages/u-boot-tools-aml/package.mk b/packages/tools/u-boot-tools-aml/package.mk similarity index 100% rename from projects/Amlogic/packages/u-boot-tools-aml/package.mk rename to packages/tools/u-boot-tools-aml/package.mk diff --git a/projects/Amlogic/packages/u-boot-tools-aml/patches/u-boot-tools-0001-dummy_defconfig.patch b/packages/tools/u-boot-tools-aml/patches/u-boot-tools-0001-dummy_defconfig.patch similarity index 100% rename from projects/Amlogic/packages/u-boot-tools-aml/patches/u-boot-tools-0001-dummy_defconfig.patch rename to packages/tools/u-boot-tools-aml/patches/u-boot-tools-0001-dummy_defconfig.patch diff --git a/projects/Amlogic/packages/u-boot-tools-aml/patches/u-boot-tools-0002-allow-multiple-entries.patch b/packages/tools/u-boot-tools-aml/patches/u-boot-tools-0002-allow-multiple-entries.patch similarity index 100% rename from projects/Amlogic/packages/u-boot-tools-aml/patches/u-boot-tools-0002-allow-multiple-entries.patch rename to packages/tools/u-boot-tools-aml/patches/u-boot-tools-0002-allow-multiple-entries.patch diff --git a/projects/Amlogic/packages/u-boot-tools-aml/patches/u-boot-tools-0003-nand_env-hack.patch b/packages/tools/u-boot-tools-aml/patches/u-boot-tools-0003-nand_env-hack.patch similarity index 100% rename from projects/Amlogic/packages/u-boot-tools-aml/patches/u-boot-tools-0003-nand_env-hack.patch rename to packages/tools/u-boot-tools-aml/patches/u-boot-tools-0003-nand_env-hack.patch 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"