mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-30 12:00:41 +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="-mmmx -msse -msse2 -mfpmath=sse"
|
||||
|
||||
# SquashFS compression method (gzip / lzo / xz)
|
||||
# SquashFS compression method (gzip / lzo / xz / zstd)
|
||||
SQUASHFS_COMPRESSION="gzip"
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
FIRMWARE="misc-firmware wlan-firmware dvb-firmware iwlwifi-firmware"
|
||||
|
||||
# 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,
|
||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||
ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS bcm_sta intel_nuc_led"
|
||||
@ -95,6 +95,6 @@
|
||||
DRIVER_ADDONS_SUPPORT="NO"
|
||||
|
||||
# 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,
|
||||
DRIVER_ADDONS="crazycat digital_devices hauppauge"
|
||||
|
Loading…
Reference in New Issue
Block a user