generic: note zstd as image compression option

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2018-08-15 02:12:47 +00:00
parent 42c4885f4e
commit 996876d9a1

View File

@ -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"