mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
linux: fix u-boot build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bae7567327
commit
ee25312f3d
@ -120,7 +120,9 @@ pre_make_target() {
|
||||
cp $(get_build_dir wireless-regdb)/db.txt $ROOT/$PKG_BUILD/net/wireless/db.txt
|
||||
|
||||
if [ "$BOOTLOADER" = "u-boot" ]; then
|
||||
$SCRIPTS/build u-boot
|
||||
( cd $ROOT
|
||||
$SCRIPTS/build u-boot
|
||||
)
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user