mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot: Fail if config is wrongly configured
This commit is contained in:
parent
f8ec58745e
commit
dc1d83925e
@ -35,7 +35,10 @@ esac
|
||||
|
||||
post_patch() {
|
||||
if [ -n "$UBOOT_SYSTEM" ] && find_file_path bootloader/config; then
|
||||
cat $FOUND_PATH >> "$PKG_BUILD/configs/$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM config)"
|
||||
PKG_CONFIG_FILE="$PKG_BUILD/configs/$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM config)"
|
||||
if [ -f "$PKG_CONFIG_FILE" ]; then
|
||||
cat $FOUND_PATH >> "$PKG_CONFIG_FILE"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user