mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3493 from kszaq/u-boot-compression
u-boot: explicitly enable decompression
This commit is contained in:
commit
fd8c5a7cca
@ -33,6 +33,13 @@ case "$PROJECT" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
if [ -n "$UBOOT_SYSTEM" ]; then
|
||||||
|
# Enable LZ4, LZO and LZMA decompression support
|
||||||
|
echo -e "CONFIG_LZ4=y\nCONFIG_LZO=y\nCONFIG_LZMA=y" >> "$PKG_BUILD/configs/$($ROOT/$SCRIPTS/uboot_helper $PROJECT $DEVICE $UBOOT_SYSTEM config)"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
if [ -z "$UBOOT_SYSTEM" ]; then
|
if [ -z "$UBOOT_SYSTEM" ]; then
|
||||||
echo "UBOOT_SYSTEM must be set to build an image"
|
echo "UBOOT_SYSTEM must be set to build an image"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user