mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #2674 from CvH/9.0-uboot-deps
add u-boot-tools package dependency for WC & WP
This commit is contained in:
commit
156b5fb2c5
@ -37,7 +37,7 @@ case "$LINUX" in
|
|||||||
PKG_SHA256="df34b086993fd3552efae92d84d28990a61a1ca79a8703a4b64241ab80e3b6db"
|
PKG_SHA256="df34b086993fd3552efae92d84d28990a61a1ca79a8703a4b64241ab80e3b6db"
|
||||||
PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"
|
||||||
PKG_SOURCE_DIR="linux-amlogic-$PKG_VERSION"
|
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"
|
PKG_BUILD_PERF="no"
|
||||||
;;
|
;;
|
||||||
amlogic-3.14)
|
amlogic-3.14)
|
||||||
|
@ -134,9 +134,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
# extra build dependeices
|
|
||||||
EXTRA_DEPS="mkimage"
|
|
||||||
|
|
||||||
# kernel image name
|
# kernel image name
|
||||||
KERNEL_NAME="kernel.img"
|
KERNEL_NAME="kernel.img"
|
||||||
|
|
||||||
|
@ -131,8 +131,5 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="no"
|
INSTALLER_SUPPORT="no"
|
||||||
|
|
||||||
# extra build dependeices
|
|
||||||
EXTRA_DEPS="mkimage"
|
|
||||||
|
|
||||||
# kernel image name
|
# kernel image name
|
||||||
KERNEL_NAME="kernel.img"
|
KERNEL_NAME="kernel.img"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user