From 996876d9a1d64dc84188cd025ec87a9eb5ea968b Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Wed, 15 Aug 2018 02:12:47 +0000 Subject: [PATCH] generic: note zstd as image compression option Signed-off-by: Ian Leonard --- projects/Generic/options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index f2c8c18f7e..34a29593fd 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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"