mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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() {
|
post_patch() {
|
||||||
if [ -n "$UBOOT_SYSTEM" ] && find_file_path bootloader/config; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user