mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
generic: note zstd as image compression option
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
42c4885f4e
commit
996876d9a1
@ -51,7 +51,7 @@
|
|||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse"
|
||||||
|
|
||||||
# SquashFS compression method (gzip / lzo / xz)
|
# SquashFS compression method (gzip / lzo / xz / zstd)
|
||||||
SQUASHFS_COMPRESSION="gzip"
|
SQUASHFS_COMPRESSION="gzip"
|
||||||
|
|
||||||
|
|
||||||
@ -86,7 +86,7 @@
|
|||||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware iwlwifi-firmware"
|
FIRMWARE="misc-firmware wlan-firmware dvb-firmware iwlwifi-firmware"
|
||||||
|
|
||||||
# additional drivers to install:
|
# additional drivers to install:
|
||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additional drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta intel_nuc_led"
|
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta intel_nuc_led"
|
||||||
@ -95,6 +95,6 @@
|
|||||||
DRIVER_ADDONS_SUPPORT="NO"
|
DRIVER_ADDONS_SUPPORT="NO"
|
||||||
|
|
||||||
# driver addons to install:
|
# driver addons to install:
|
||||||
# for a list of additinoal drivers see packages/linux-driver-addons
|
# for a list of additional drivers see packages/linux-driver-addons
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
DRIVER_ADDONS="crazycat digital_devices hauppauge"
|
DRIVER_ADDONS="crazycat digital_devices hauppauge"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user