mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
linux: use crust patch dir based on uboot firmware packages
This commit is contained in:
parent
11db31c238
commit
962e840c02
@ -30,10 +30,9 @@ case "$LINUX" in
|
||||
esac
|
||||
|
||||
PKG_KERNEL_CFG_FILE=$(kernel_config_path) || die
|
||||
if [ -n "$UBOOT_SYSTEM" ]; then
|
||||
if [ -n "$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM crust_config)" ]; then
|
||||
PKG_PATCH_DIRS="$PKG_PATCH_DIRS crust"
|
||||
fi
|
||||
|
||||
if listcontains "${UBOOT_FIRMWARE}" "crust"; then
|
||||
PKG_PATCH_DIRS+=" crust"
|
||||
fi
|
||||
|
||||
if [ -n "$KERNEL_TOOLCHAIN" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user